- Timestamp:
- Jan 4, 2012 10:44:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/regops.c
r39698 r39704 430 430 BUG_ON(!sf_r); 431 431 432 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 6) 432 433 /* See the smbfs source (file.c). mmap in particular can cause data to be 433 434 * written to the file after it is closed, which we can't cope with. */ 434 435 filemap_write_and_wait(inode->i_mapping); 436 #endif 435 437 rc = vboxCallClose(&client_handle, &sf_g->map, sf_r->handle); 436 438 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.