aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h3
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
1347extern int do_truncate(struct dentry *, loff_t start, struct file *filp); 1347extern int do_truncate(struct dentry *, loff_t start, unsigned int time_attrs,
1348 struct file *filp);
1348extern long do_sys_open(const char __user *filename, int flags, int mode); 1349extern long do_sys_open(const char __user *filename, int flags, int mode);
1349extern struct file *filp_open(const char *, int, int); 1350extern struct file *filp_open(const char *, int, int);
1350extern struct file * dentry_open(struct dentry *, struct vfsmount *, int); 1351extern struct file * dentry_open(struct dentry *, struct vfsmount *, int);