diff options
Diffstat (limited to 'fs/internal.h')
-rw-r--r-- | fs/internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/internal.h b/fs/internal.h index 52abc5287f50..f3d15de44b15 100644 --- a/fs/internal.h +++ b/fs/internal.h | |||
@@ -117,6 +117,9 @@ extern struct file *do_filp_open(int dfd, const char *pathname, | |||
117 | extern struct file *do_file_open_root(struct dentry *, struct vfsmount *, | 117 | extern struct file *do_file_open_root(struct dentry *, struct vfsmount *, |
118 | const char *, const struct open_flags *, int lookup_flags); | 118 | const char *, const struct open_flags *, int lookup_flags); |
119 | 119 | ||
120 | extern long do_handle_open(int mountdirfd, | ||
121 | struct file_handle __user *ufh, int open_flag); | ||
122 | |||
120 | /* | 123 | /* |
121 | * inode.c | 124 | * inode.c |
122 | */ | 125 | */ |