X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fautofs%2Finit.c;h=b977ece69f0c2893897c9e58a143a833f44f5341;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=aca12375240694975523badc164647cb10ca01c1;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/fs/autofs/init.c b/fs/autofs/init.c index aca123752..b977ece69 100644 --- a/fs/autofs/init.c +++ b/fs/autofs/init.c @@ -14,10 +14,10 @@ #include #include "autofs_i.h" -static int autofs_get_sb(struct file_system_type *fs_type, - int flags, const char *dev_name, void *data, struct vfsmount *mnt) +static struct super_block *autofs_get_sb(struct file_system_type *fs_type, + int flags, const char *dev_name, void *data) { - return get_sb_nodev(fs_type, flags, data, autofs_fill_super, mnt); + return get_sb_nodev(fs_type, flags, data, autofs_fill_super); } static struct file_system_type autofs_fs_type = {