diff options
Diffstat (limited to 'fs/internal.h')
-rw-r--r-- | fs/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/internal.h b/fs/internal.h index c797480cbd6f..980d005b21b4 100644 --- a/fs/internal.h +++ b/fs/internal.h | |||
@@ -119,6 +119,7 @@ extern struct file *do_filp_open(int dfd, struct filename *pathname, | |||
119 | extern struct file *do_file_open_root(struct dentry *, struct vfsmount *, | 119 | extern struct file *do_file_open_root(struct dentry *, struct vfsmount *, |
120 | const char *, const struct open_flags *); | 120 | const char *, const struct open_flags *); |
121 | 121 | ||
122 | long do_sys_ftruncate(unsigned int fd, loff_t length, int small); | ||
122 | long do_faccessat(int dfd, const char __user *filename, int mode); | 123 | long do_faccessat(int dfd, const char __user *filename, int mode); |
123 | int do_fchmodat(int dfd, const char __user *filename, umode_t mode); | 124 | int do_fchmodat(int dfd, const char __user *filename, umode_t mode); |
124 | int do_fchownat(int dfd, const char __user *filename, uid_t user, gid_t group, | 125 | int do_fchownat(int dfd, const char __user *filename, uid_t user, gid_t group, |