Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 780785 Details for
Bug 847097
app-emulation/virtualbox-guest-additions-6.1.34 fails to build with 5.18.0 'struct address_space_operations' has no member named 'set_page_dirty'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Cleaned Virtualbox patch for 5.18 kernel
virtualbox-6.1.34-linux-5.18.patch (text/plain), 982 bytes, created by
Benjamin Réveillé
on 2022-05-25 17:53:27 UTC
(
hide
)
Description:
Cleaned Virtualbox patch for 5.18 kernel
Filename:
MIME Type:
Creator:
Benjamin Réveillé
Created:
2022-05-25 17:53:27 UTC
Size:
982 bytes
patch
obsolete
>--- a/src/VBox/Additions/linux/sharedfolders/regops.c 2022-05-25 09:35:31.510921282 -0400 >+++ b/src/VBox/Additions/linux/sharedfolders/regops.c 2022-05-25 09:37:18.664142178 -0400 >@@ -1,9 +1,9 @@ >-/* $Id: regops.c $ */ >+/* $Id$ */ > /** @file > * vboxsf - VBox Linux Shared Folders VFS, regular file inode and file operations. > */ > > /* >- * Copyright (C) 2006-2020 Oracle Corporation >+ * Copyright (C) 2006-2022 Oracle Corporation > * > * Permission is hereby granted, free of charge, to any person > * obtaining a copy of this software and associated documentation >@@ -3442,7 +3442,9 @@ struct address_space_operations vbsf_reg > .readpage = vbsf_readpage, > .writepage = vbsf_writepage, > /** @todo Need .writepages if we want msync performance... */ >-#if RTLNX_VER_MIN(2,5,12) >+#if RTLNX_VER_MIN(5,18,0) >+ .dirty_folio = filemap_dirty_folio, >+#elif RTLNX_VER_MIN(2,5,12) > .set_page_dirty = __set_page_dirty_buffers, > #endif > #if RTLNX_VER_MIN(5,14,0)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 847097
:
780752
|
780755
| 780785 |
780788