mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 01:21:58 +00:00
convert get_sb_mtd() users to ->mount()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
152a083666
commit
848b83a59b
4 changed files with 36 additions and 49 deletions
|
@ -18,10 +18,9 @@
|
|||
#include <linux/fs.h>
|
||||
#include <linux/mount.h>
|
||||
|
||||
extern int get_sb_mtd(struct file_system_type *fs_type, int flags,
|
||||
extern struct dentry *mount_mtd(struct file_system_type *fs_type, int flags,
|
||||
const char *dev_name, void *data,
|
||||
int (*fill_super)(struct super_block *, void *, int),
|
||||
struct vfsmount *mnt);
|
||||
int (*fill_super)(struct super_block *, void *, int));
|
||||
extern void kill_mtd_super(struct super_block *sb);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue