|
@@ -2388,7 +2388,7 @@ extern const struct file_operations simple_dir_operations;
|
|
extern const struct inode_operations simple_dir_inode_operations;
|
|
extern const struct inode_operations simple_dir_inode_operations;
|
|
struct tree_descr { char *name; const struct file_operations *ops; int mode; };
|
|
struct tree_descr { char *name; const struct file_operations *ops; int mode; };
|
|
struct dentry *d_alloc_name(struct dentry *, const char *);
|
|
struct dentry *d_alloc_name(struct dentry *, const char *);
|
|
-extern int simple_fill_super(struct super_block *, int, struct tree_descr *);
|
|
|
|
|
|
+extern int simple_fill_super(struct super_block *, unsigned long, struct tree_descr *);
|
|
extern int simple_pin_fs(struct file_system_type *, struct vfsmount **mount, int *count);
|
|
extern int simple_pin_fs(struct file_system_type *, struct vfsmount **mount, int *count);
|
|
extern void simple_release_fs(struct vfsmount **mount, int *count);
|
|
extern void simple_release_fs(struct vfsmount **mount, int *count);
|
|
|
|
|