VirtualBox

Changeset 78185 in vbox for trunk/src


Ignore:
Timestamp:
Apr 17, 2019 9:33:09 PM (6 years ago)
Author:
vboxsync
Message:

linux/vboxsf: 3.16.35+ build fix (iov_iter_get_pages maxpages was applied). bugref:9172

File:
1 edited

Legend:

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

    r78139 r78185  
    299299
    300300#endif /* 2.6.19 <= linux < 3.16.0 */
    301 #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 16, 0) && LINUX_VERSION_CODE < KERNEL_VERSION(3, 17, 0)
     301#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 16, 0) && LINUX_VERSION_CODE < KERNEL_VERSION(3, 16, 35)
    302302
    303303/** This is for implementing cMaxPage on 3.16 which doesn't have it. */
     
    318318    vbsf_iov_iter_get_pages_3_16(a_pIter, a_papPages, a_cbMax, a_cMaxPages, a_poffPg0)
    319319
    320 #endif /* 3.16.x */
     320#endif /* 3.16.0-3.16.34 */
    321321#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 19) && LINUX_VERSION_CODE < KERNEL_VERSION(3, 18, 0)
    322322
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