diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 9d02fab420c6..f0e57b7e4297 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2054,8 +2054,8 @@ extern int do_truncate(struct dentry *, loff_t start, unsigned int time_attrs, | |||
2054 | extern int do_fallocate(struct file *file, int mode, loff_t offset, | 2054 | extern int do_fallocate(struct file *file, int mode, loff_t offset, |
2055 | loff_t len); | 2055 | loff_t len); |
2056 | extern long do_sys_open(int dfd, const char __user *filename, int flags, | 2056 | extern long do_sys_open(int dfd, const char __user *filename, int flags, |
2057 | int mode); | 2057 | umode_t mode); |
2058 | extern struct file *filp_open(const char *, int, int); | 2058 | extern struct file *filp_open(const char *, int, umode_t); |
2059 | extern struct file *file_open_root(struct dentry *, struct vfsmount *, | 2059 | extern struct file *file_open_root(struct dentry *, struct vfsmount *, |
2060 | const char *, int); | 2060 | const char *, int); |
2061 | extern struct file * dentry_open(struct dentry *, struct vfsmount *, int, | 2061 | extern struct file * dentry_open(struct dentry *, struct vfsmount *, int, |