Ignore:
Timestamp:
Jun 11, 2007, 2:33:35 AM (18 years ago)
Author:
Brendan Oakley
Message:

Update file_operations struct for compatibility with newer Linux, fix TARGET_OS2 code to work with it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/include/linux/fs.h

    r32 r126  
    235235        unsigned int (*poll) (struct file *, struct poll_table_struct *);
    236236        int (*ioctl) (struct inode *, struct file *, unsigned int, unsigned long);
     237        long (*unlocked_ioctl) (struct file *, unsigned int, unsigned long);
     238        long (*compat_ioctl) (struct file *, unsigned int, unsigned long);
    237239        int (*mmap) (struct file *, struct vm_area_struct *);
    238240        int (*open) (struct inode *, struct file *);
Note: See TracChangeset for help on using the changeset viewer.