diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 57e294bf83f4..7e1b589842af 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1280,6 +1280,7 @@ static inline int break_lease(struct inode *inode, unsigned int mode) | |||
1280 | /* fs/open.c */ | 1280 | /* fs/open.c */ |
1281 | 1281 | ||
1282 | extern int do_truncate(struct dentry *, loff_t start); | 1282 | extern int do_truncate(struct dentry *, loff_t start); |
1283 | extern long do_sys_open(const char __user *filename, int flags, int mode); | ||
1283 | extern struct file *filp_open(const char *, int, int); | 1284 | extern struct file *filp_open(const char *, int, int); |
1284 | extern struct file * dentry_open(struct dentry *, struct vfsmount *, int); | 1285 | extern struct file * dentry_open(struct dentry *, struct vfsmount *, int); |
1285 | extern int filp_close(struct file *, fl_owner_t id); | 1286 | extern int filp_close(struct file *, fl_owner_t id); |