VirtualBox

Changeset 6038 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 10, 2007 11:54:58 AM (17 years ago)
Author:
vboxsync
Message:

vboxvfs: compile fix for 2.6.24+

File:
1 edited

Legend:

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

    r5999 r6038  
    3737static struct address_space_operations sf_aops = {
    3838        .readpage      = simple_readpage,
     39#if LINUX_VERSION_CODE >= KERNEL_VERSION (2, 6, 24)
     40        .write_begin   = simple_write_begin,
     41        .write_end     = simple_write_end,
     42#else
    3943        .prepare_write = simple_prepare_write,
    4044        .commit_write  = simple_commit_write,
     45#endif
    4146};
    4247
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