X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fproc%2Froot.c;fp=fs%2Fproc%2Froot.c;h=0aa9fc57ddfda3d07407d3b9bd07243099dca5b2;hb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;hp=307ba7be02c39292b74aaeb86a0b8b9d8a54dc84;hpb=4e76c8a9fa413ccc09d3f7f664183dcce3555d57;p=linux-2.6.git diff --git a/fs/proc/root.c b/fs/proc/root.c index 307ba7be0..0aa9fc57d 100644 --- a/fs/proc/root.c +++ b/fs/proc/root.c @@ -12,7 +12,6 @@ #include #include #include -#include #include #include #include @@ -29,10 +28,10 @@ struct proc_dir_entry *proc_virtual; extern void proc_vx_init(void); -static struct super_block *proc_get_sb(struct file_system_type *fs_type, - int flags, const char *dev_name, void *data) +static int proc_get_sb(struct file_system_type *fs_type, + int flags, const char *dev_name, void *data, struct vfsmount *mnt) { - return get_sb_single(fs_type, flags, data, proc_fill_super); + return get_sb_single(fs_type, flags, data, proc_fill_super, mnt); } static struct file_system_type proc_fs_type = {