diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index ef29500b5df8..74c01aabd4ab 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1344,7 +1344,8 @@ static inline int break_lease(struct inode *inode, unsigned int mode) | |||
1344 | 1344 | ||
1345 | /* fs/open.c */ | 1345 | /* fs/open.c */ |
1346 | 1346 | ||
1347 | extern int do_truncate(struct dentry *, loff_t start, struct file *filp); | 1347 | extern int do_truncate(struct dentry *, loff_t start, unsigned int time_attrs, |
1348 | struct file *filp); | ||
1348 | extern long do_sys_open(const char __user *filename, int flags, int mode); | 1349 | extern long do_sys_open(const char __user *filename, int flags, int mode); |
1349 | extern struct file *filp_open(const char *, int, int); | 1350 | extern struct file *filp_open(const char *, int, int); |
1350 | extern struct file * dentry_open(struct dentry *, struct vfsmount *, int); | 1351 | extern struct file * dentry_open(struct dentry *, struct vfsmount *, int); |