Changeset 77955 in vbox
- Timestamp:
- Mar 29, 2019 5:20:01 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/mount.vboxsf.c
r77953 r77955 425 425 " default: use the kernel default (strict)\n" 426 426 " none: no caching; may experience guest side\n" 427 " coherence issues between mmap and read.\n" 428 427 " coherence issues between mmap and read.\n"); 428 printf(" strict: no caching, except for writably mapped\n" 429 429 " files (for guest side coherence)\n" 430 430 " read: read via the page cache; host changes\n" 431 " may be completely ignored\n" 432 431 " may be completely ignored\n"); 432 printf(" readwrite: read and write via the page cache; host\n" 433 433 " changes may be completely ignored and\n" 434 434 " guest changes takes a while to reach the host\n");
Note:
See TracChangeset
for help on using the changeset viewer.