Ignore:
Timestamp:
Jun 12, 2007, 8:52:29 AM (18 years ago)
Author:
Brendan Oakley
Message:

Rolled back file_operations struct update because it caused a Trap E.

File:
1 edited

Legend:

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

    r126 r129  
    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);
    239237        int (*mmap) (struct file *, struct vm_area_struct *);
    240238        int (*open) (struct inode *, struct file *);
Note: See TracChangeset for help on using the changeset viewer.