diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2009-08-08 15:56:29 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2009-12-16 12:16:42 -0500 |
commit | 3d1e463158febf6e047897597722f768b15350cd (patch) | |
tree | f218ad1ccb0b8d7d2b18814e209ed97b2724ecc8 /include | |
parent | cc3808f8c354889982e7e323050f1e50ad99a009 (diff) |
get rid of init_file()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/file.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/file.h b/include/linux/file.h index 335a0a5c316e..6a8d3612eb2a 100644 --- a/include/linux/file.h +++ b/include/linux/file.h | |||
@@ -18,9 +18,6 @@ extern void drop_file_write_access(struct file *file); | |||
18 | struct file_operations; | 18 | struct file_operations; |
19 | struct vfsmount; | 19 | struct vfsmount; |
20 | struct dentry; | 20 | struct dentry; |
21 | extern int init_file(struct file *, struct vfsmount *mnt, | ||
22 | struct dentry *dentry, fmode_t mode, | ||
23 | const struct file_operations *fop); | ||
24 | extern struct file *alloc_file(struct vfsmount *, struct dentry *dentry, | 21 | extern struct file *alloc_file(struct vfsmount *, struct dentry *dentry, |
25 | fmode_t mode, const struct file_operations *fop); | 22 | fmode_t mode, const struct file_operations *fop); |
26 | 23 | ||