Ignore:
Timestamp:
Jan 16, 2021, 10:20:04 PM (5 years ago)
Author:
Paul Smedley
Message:

More code cleanups

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-next/include/linux/fs.h

    r625 r644  
    231231        int (*readdir) (struct file *, void *, filldir_t);
    232232        unsigned int (*poll) (struct file *, struct poll_table_struct *);
    233         int (*ioctl) (struct inode *, struct file *, unsigned int, unsigned long);
     233        long (*unlocked_ioctl) (struct file *, unsigned int, unsigned long);
     234        long (*compat_ioctl) (struct file *, unsigned int, unsigned long);
    234235        int (*mmap) (struct file *, struct vm_area_struct *);
    235236        int (*open) (struct inode *, struct file *);
Note: See TracChangeset for help on using the changeset viewer.