Changes between Version 1 and Version 2 of Ticket #17299, comment 11
- Timestamp:
- Dec 2, 2019 6:35:45 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17299, comment 11
v1 v2 1 1 {{{ 2 2 trunk$ svn diff 3 3 4 Index: src/VBox/Additions/linux/sharedfolders/utils.c 4 5 =================================================================== 5 6 --- src/VBox/Additions/linux/sharedfolders/utils.c (revision 135151) 6 7 +++ src/VBox/Additions/linux/sharedfolders/utils.c (working copy) 7 @@ -806,7 +806, 8@@8 @@ -806,7 +806,7 @@ 8 9 * from futimes() when asked to preserve times, see ticketref:18569. 9 10 */ 10 11 iattr->ia_valid |= ATTR_FORCE; 11 12 -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 16, 39) && LINUX_VERSION_CODE < KERNEL_VERSION(3, 17, 0)) || LINUX_VERSION_CODE >= KERNEL_VERSION(4, 9, 0) 12 +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 16, 39) && LINUX_VERSION_CODE < KERNEL_VERSION(3, 17, 0)) || LINUX_VERSION_CODE >= 13 +KERNEL_VERSION(4, 9, 0) || (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 1, 37) && LINUX_VERSION_CODE < KERNEL_VERSION(4, 2, 0)) 13 +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3, 16, 39) && LINUX_VERSION_CODE < KERNEL_VERSION(3, 17, 0)) || LINUX_VERSION_CODE >= KERNEL_VERSION(4, 9, 0) || (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 1, 37) && LINUX_VERSION_CODE < KERNEL_VERSION(4, 2, 0)) 14 14 rc = setattr_prepare(dentry, iattr); 15 15 #else

