Changeset 69165 in vbox for trunk/src/VBox/Additions/linux/sharedfolders
- Timestamp:
- Oct 23, 2017 3:11:37 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/regops.c
r69151 r69165 563 563 .mmap = sf_reg_mmap, 564 564 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 0) 565 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 23) 565 # if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 31) 566 /** @todo This code is known to cause caching of data which should not be 567 * cached. Investigate. */ 568 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 23) 566 569 .splice_read = generic_file_splice_read, 567 # else570 # else 568 571 .sendfile = generic_file_sendfile, 569 # endif 570 # if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 16, 0) 571 .read_iter = generic_file_read_iter, 572 .write_iter = generic_file_write_iter, 573 # else 572 # endif 574 573 .aio_read = generic_file_aio_read, 575 574 .aio_write = generic_file_aio_write,
Note:
See TracChangeset
for help on using the changeset viewer.