VirtualBox

Changes between Version 1 and Version 2 of Ticket #17299, comment 11


Ignore:
Timestamp:
Dec 2, 2019 6:35:45 PM (5 years ago)
Author:
Frank Batschulat (Oracle)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17299, comment 11

    v1 v2  
    11{{{
    22trunk$ svn diff
     3
    34Index: src/VBox/Additions/linux/sharedfolders/utils.c
    45===================================================================
    56--- src/VBox/Additions/linux/sharedfolders/utils.c      (revision 135151)
    67+++ src/VBox/Additions/linux/sharedfolders/utils.c      (working copy)
    7 @@ -806,7 +806,8 @@
     8@@ -806,7 +806,7 @@
    89      * from futimes() when asked to preserve times, see ticketref:18569.
    910      */
    1011     iattr->ia_valid |= ATTR_FORCE;
    1112-#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))
    1414     rc = setattr_prepare(dentry, iattr);
    1515 #else

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