VirtualBox

Changeset 11512 in vbox for trunk/src


Ignore:
Timestamp:
Aug 20, 2008 12:01:48 PM (16 years ago)
Author:
vboxsync
Message:

small fismall fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/vfsmod.c

    r11507 r11512  
    451451        TRACE ();
    452452
    453         if (sizeof (struct vbsf_mount_info_old) > PAGE_SIZE) {
     453        if (sizeof (struct vbsf_mount_info_new) > PAGE_SIZE) {
    454454                printk (KERN_ERR
    455455                        "Mount information structure is too large %lu\n"
    456456                        "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),
    458458                        PAGE_SIZE);
    459459                return -EINVAL;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette