- Timestamp:
- Aug 20, 2008 12:01:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c
r11507 r11512 451 451 TRACE (); 452 452 453 if (sizeof (struct vbsf_mount_info_ old) > PAGE_SIZE) {453 if (sizeof (struct vbsf_mount_info_new) > PAGE_SIZE) { 454 454 printk (KERN_ERR 455 455 "Mount information structure is too large %lu\n" 456 456 "Must be less than or equal to %lu\n", 457 (unsigned long)sizeof (struct vbsf_mount_info_ old),457 (unsigned long)sizeof (struct vbsf_mount_info_new), 458 458 PAGE_SIZE); 459 459 return -EINVAL;
Note:
See TracChangeset
for help on using the changeset viewer.