Changeset 587 for GPL/trunk/include/linux/fs.h
- Timestamp:
- Jun 9, 2016, 10:38:13 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/include/linux/fs.h
r446 r587 8 8 * upper limit on files-per-process. 9 9 * 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.. 12 12 */ 13 13 … … 63 63 64 64 /* public flags for file_system_type */ 65 #define FS_REQUIRES_DEV 1 65 #define FS_REQUIRES_DEV 1 66 66 #define FS_NO_DCACHE 2 /* Only dcache the necessary things. */ 67 67 #define FS_NO_PRELIM 4 /* prevent preloading of dentries, even if … … 265 265 extern void kill_fasync(struct fasync_struct *, int, int); 266 266 267 #define fops_get(x) ( x)267 #define fops_get(x) ((struct file_operations *)x) 268 268 #define fops_put(x) do { ; } while (0) 269 269
Note:
See TracChangeset
for help on using the changeset viewer.