make ramfs_fill_super() static

all users should just call ramfs_mount()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro 2019-06-01 18:51:15 -04:00
parent d401727ea0
commit df02450217
3 changed files with 3 additions and 7 deletions

View file

@ -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