X-Git-Url: http://bbs.cooldavid.org/git/?a=blobdiff_plain;f=include%2Flinux%2Ffs.h;h=471e1ff5079a0329bc01d03ad45ca20afb6186be;hb=7d683a09990ff095a91b6e724ecee0ff8733274a;hp=3428393942a642f877dc065d86c05044305af399;hpb=971b2e8a3f5dc0cbef19ec1a77b6d20237aa751e;p=net-next-2.6.git diff --git a/include/linux/fs.h b/include/linux/fs.h index 3428393942a..471e1ff5079 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -2388,7 +2388,7 @@ extern const struct file_operations simple_dir_operations; extern const struct inode_operations simple_dir_inode_operations; struct tree_descr { char *name; const struct file_operations *ops; int mode; }; 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 void simple_release_fs(struct vfsmount **mount, int *count);