[-mm patch] kernel/futex.c: make futexfs_get_sb() static again

From: Adrian Bunk
Date: Sat Mar 04 2006 - 07:12:51 EST


On Fri, Mar 03, 2006 at 04:56:51AM -0800, Andrew Morton wrote:
>...
> Changes since 2.6.16-rc5-mm1:
>...
> +nfs-apply-mount-root-dentry-override-to-filesystems.patch
>...
> Share nfs superblocks between mounts from the same server.
>...


futexfs_get_sb() became global for no good reason.


Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.16-rc5-mm2-full/kernel/futex.c.old 2006-03-03 18:18:09.000000000 +0100
+++ linux-2.6.16-rc5-mm2-full/kernel/futex.c 2006-03-03 18:18:27.000000000 +0100
@@ -1057,9 +1057,9 @@
(unsigned long)uaddr2, val2, val3);
}

-int futexfs_get_sb(struct file_system_type *fs_type,
- int flags, const char *dev_name, void *data,
- struct vfsmount *mnt)
+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, mnt);
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/