Changeset 39788 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jan 18, 2012 9:37:46 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c
r39781 r39788 415 415 static int sf_remount_fs(struct super_block *sb, int *flags, char *data) 416 416 { 417 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 4, 23) 417 418 struct sf_glob_info *sf_g; 418 419 struct vbsf_mount_info_new *info; … … 452 453 printk(KERN_DEBUG "LEAVE: sf_remount_fs\n"); 453 454 return 0; 455 #else 456 return -ENOSYS; 457 #endif 454 458 } 455 459
Note:
See TracChangeset
for help on using the changeset viewer.