VirtualBox

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

Linux kernel version check for r37508

File:
1 edited

Legend:

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

    r13053 r13058  
    263263        sb->s_magic = 0xface;
    264264        sb->s_blocksize = 1024;
     265#if LINUX_VERSION_CODE >= KERNEL_VERSION (2, 4, 3)
    265266        sb->s_maxbytes = ~0ULL; /* seek */
     267#endif
    266268        sb->s_op = &sf_super_ops;
    267269
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