mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
make alloc_file() static
Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
4f089acc5f
commit
ee1904ba44
2 changed files with 1 additions and 4 deletions
|
@ -19,8 +19,6 @@ struct vfsmount;
|
|||
struct dentry;
|
||||
struct inode;
|
||||
struct path;
|
||||
extern struct file *alloc_file(const struct path *, int flags,
|
||||
const struct file_operations *fop);
|
||||
extern struct file *alloc_file_pseudo(struct inode *, struct vfsmount *,
|
||||
const char *, int flags, const struct file_operations *);
|
||||
extern struct file *alloc_file_clone(struct file *, int flags,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue