diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index cca191933ff6..9e13b533aaef 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2464,5 +2464,8 @@ int proc_nr_files(struct ctl_table *table, int write, | |||
2464 | 2464 | ||
2465 | int __init get_filesystem_list(char *buf); | 2465 | int __init get_filesystem_list(char *buf); |
2466 | 2466 | ||
2467 | #define ACC_MODE(x) ("\000\004\002\006"[(x)&O_ACCMODE]) | ||
2468 | #define OPEN_FMODE(flag) ((__force fmode_t)((flag + 1) & O_ACCMODE)) | ||
2469 | |||
2467 | #endif /* __KERNEL__ */ | 2470 | #endif /* __KERNEL__ */ |
2468 | #endif /* _LINUX_FS_H */ | 2471 | #endif /* _LINUX_FS_H */ |