VirtualBox

Changeset 99489 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Apr 20, 2023 3:17:30 PM (22 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156982
Message:

Additions: Linux: vboxsf: fix build for RHEL 9.3 (CentOS Stream 8) kernels, bugref:10237, ticketref:21598.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/regops.c

    r99420 r99489  
    35943594 * shared+writeable fashion.
    35953595 */
    3596 #if RTLNX_VER_MIN(5,19,0)
     3596#if RTLNX_VER_MIN(5,19,0)|| RTLNX_RHEL_RANGE(9,3, 9,99)
    35973597static int vbsf_read_folio(struct file *file, struct folio *folio)
    35983598{
     
    37653765}
    37663766
    3767 # if RTLNX_VER_MIN(5,19,0)
     3767# if RTLNX_VER_MIN(5,19,0) || RTLNX_RHEL_RANGE(9,3, 9,99)
    37683768int vbsf_write_begin(struct file *file, struct address_space *mapping, loff_t pos,
    37693769                     unsigned len, struct page **pagep, void **fsdata)
     
    38543854 */
    38553855struct 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)
    38573857    .read_folio     = vbsf_read_folio,
    38583858#else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette