diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2019-06-01 18:51:15 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2019-09-05 14:34:27 -0400 |
commit | df02450217c98e01b8b22f805314470df71f2b9b (patch) | |
tree | d8d017e9d3a795bc47514f1ed480d3e737642901 /include/linux/ramfs.h | |
parent | d401727ea0d7a48eaa01a8089f6b91a8121dcaac (diff) |
make ramfs_fill_super() static
all users should just call ramfs_mount()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/ramfs.h')
-rw-r--r-- | include/linux/ramfs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/ramfs.h b/include/linux/ramfs.h index ee582bdb7fda..e4d7d141545e 100644 --- a/include/linux/ramfs.h +++ b/include/linux/ramfs.h @@ -20,6 +20,4 @@ extern int ramfs_nommu_expand_for_mapping(struct inode *inode, size_t newsize); extern const struct file_operations ramfs_file_operations; extern const struct vm_operations_struct generic_file_vm_ops; -int ramfs_fill_super(struct super_block *sb, void *data, int silent); - #endif |