Ignore:
Timestamp:
Apr 3, 2017, 4:51:56 PM (8 years ago)
Author:
David Azarewicz
Message:

Merged/reintegrated v2 branch into trunk. Trunk is now v2

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/include/linux/fs.h

    r587 r598  
    88 * upper limit on files-per-process.
    99 *
    10  * Some programs (notably those using select()) may have to be
    11  * recompiled to take full advantage of the new limits..
     10 * Some programs (notably those using select()) may have to be 
     11 * recompiled to take full advantage of the new limits.. 
    1212 */
    1313
     
    6363
    6464/* public flags for file_system_type */
    65 #define FS_REQUIRES_DEV 1
     65#define FS_REQUIRES_DEV 1 
    6666#define FS_NO_DCACHE    2 /* Only dcache the necessary things. */
    6767#define FS_NO_PRELIM    4 /* prevent preloading of dentries, even if
     
    265265extern void kill_fasync(struct fasync_struct *, int, int);
    266266
    267 #define fops_get(x) ((struct file_operations *)x)
     267#define fops_get(x) (x)
    268268#define fops_put(x) do { ; } while (0)
    269269
     
    273273#define imajor(x) major((x)->i_rdev)
    274274
     275#define no_llseek       NULL
     276#define nonseekable_open(i,f) 0
     277
    275278#endif /* _LINUX_FS_H */
Note: See TracChangeset for help on using the changeset viewer.