Changeset 85687 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Aug 11, 2020 12:24:29 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/regops.c
r83049 r85687 3189 3189 * well as any host interaction with the file. 3190 3190 */ 3191 #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 1, 0) 3191 #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 1, 0) \ 3192 || (defined(CONFIG_SUSE_KERNEL) && LINUX_VERSION_CODE >= KERNEL_VERSION(3, 0, 101) /** @todo figure when exactly */) 3192 3193 static int vbsf_reg_fsync(struct file *file, loff_t start, loff_t end, int datasync) 3193 3194 {
Note:
See TracChangeset
for help on using the changeset viewer.