Changeset 7439 in vbox
- Timestamp:
- Mar 12, 2008 4:12:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c
r6054 r7439 401 401 if (sizeof (struct vbsf_mount_info) > PAGE_SIZE) { 402 402 printk (KERN_ERR 403 "Mount information structure is too large % u\n"403 "Mount information structure is too large %lu\n" 404 404 "Must be less than or equal to %lu\n", 405 405 sizeof (struct vbsf_mount_info),
Note:
See TracChangeset
for help on using the changeset viewer.