VirtualBox

Changeset 6038

Show
Ignore:
Timestamp:
12/10/07 12:54:58 (1 year ago)
Author:
vboxsync
Message:

vboxvfs: compile fix for 2.6.24+

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy