VirtualBox

Ignore:
Timestamp:
Oct 7, 2008 2:27:54 PM (16 years ago)
Author:
vboxsync
Message:

Linux guest additions: allow seek for files >= 2GB

File:
1 edited

Legend:

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

    r11567 r13053  
    153153        sf_g->gid   = info->gid;
    154154
    155         if (info->length >= sizeof(struct vbsf_mount_info_new))
     155        if ((unsigned)info->length >= sizeof(struct vbsf_mount_info_new))
    156156        {
    157157            /* new fields */
     
    263263        sb->s_magic = 0xface;
    264264        sb->s_blocksize = 1024;
     265        sb->s_maxbytes = ~0ULL; /* seek */
    265266        sb->s_op = &sf_super_ops;
    266267
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