Changeset 79594 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Jul 8, 2019 1:40:15 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/utils.c
r78860 r79594 807 807 */ 808 808 iattr->ia_valid |= ATTR_FORCE; 809 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 9, 0)809 #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) 810 810 rc = setattr_prepare(dentry, iattr); 811 811 #else
Note:
See TracChangeset
for help on using the changeset viewer.