Changeset 99489 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Apr 20, 2023 3:17:30 PM (22 months ago)
- svn:sync-xref-src-repo-rev:
- 156982
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/regops.c
r99420 r99489 3594 3594 * shared+writeable fashion. 3595 3595 */ 3596 #if RTLNX_VER_MIN(5,19,0) 3596 #if RTLNX_VER_MIN(5,19,0)|| RTLNX_RHEL_RANGE(9,3, 9,99) 3597 3597 static int vbsf_read_folio(struct file *file, struct folio *folio) 3598 3598 { … … 3765 3765 } 3766 3766 3767 # if RTLNX_VER_MIN(5,19,0) 3767 # if RTLNX_VER_MIN(5,19,0) || RTLNX_RHEL_RANGE(9,3, 9,99) 3768 3768 int vbsf_write_begin(struct file *file, struct address_space *mapping, loff_t pos, 3769 3769 unsigned len, struct page **pagep, void **fsdata) … … 3854 3854 */ 3855 3855 struct address_space_operations vbsf_reg_aops = { 3856 #if RTLNX_VER_MIN(5,19,0) 3856 #if RTLNX_VER_MIN(5,19,0) || RTLNX_RHEL_RANGE(9,3, 9,99) 3857 3857 .read_folio = vbsf_read_folio, 3858 3858 #else
Note:
See TracChangeset
for help on using the changeset viewer.