VirtualBox

Ticket #2379: patch.diff

File patch.diff, 329 bytes (added by George Prekas, 16 years ago)

Possible fix

  • vfsmod.c.

    old new  
    260260                goto fail3;
    261261        }
    262262
    263         sb->s_magic = 0xface;
     263        sb->s_maxbytes = ~0ULL;
     264
     265        sb->s_magic = 0xface;
    264266        sb->s_blocksize = 1024;
    265267        sb->s_op = &sf_super_ops;
    266268

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