X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Ffutex.c;h=e1a380c77a5a2ac947f4fceee190fa7518488f41;hb=913b83944b9e13c60ca4ef95cf262547ff6bf93b;hp=5699c512057b087a14633b357a618d4528d4a032;hpb=86dca4f8e6ab1fd8a3fb5838163fc9d7990f416e;p=linux-2.6 diff --git a/kernel/futex.c b/kernel/futex.c index 5699c51205..e1a380c77a 100644 --- a/kernel/futex.c +++ b/kernel/futex.c @@ -1056,11 +1056,11 @@ asmlinkage long sys_futex(u32 __user *uaddr, int op, int val, (unsigned long)uaddr2, val2, val3); } -static struct super_block * -futexfs_get_sb(struct file_system_type *fs_type, - int flags, const char *dev_name, void *data) +static int futexfs_get_sb(struct file_system_type *fs_type, + int flags, const char *dev_name, void *data, + struct vfsmount *mnt) { - return get_sb_pseudo(fs_type, "futex", NULL, 0xBAD1DEA); + return get_sb_pseudo(fs_type, "futex", NULL, 0xBAD1DEA, mnt); } static struct file_system_type futex_fs_type = {