Ignore:
Timestamp:
Jun 6, 2009, 4:22:27 AM (16 years ago)
Author:
Paul Smedley
Message:

Move functions out of config.h into appropriate linux header

File:
1 edited

Legend:

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

    r305 r441  
    264264extern void kill_fasync(struct fasync_struct *, int, int);
    265265
     266#define fops_get(x) (x)
     267#define fops_put(x) do { ; } while (0)
     268#define imajor(x) major((x)->i_rdev)
     269
    266270#endif /* _LINUX_FS_H */
Note: See TracChangeset for help on using the changeset viewer.