[-mm patch] make fs/reiser4/super_ops.c:reiser4_get_sb() static

From: Adrian Bunk
Date: Tue May 16 2006 - 11:27:25 EST


This patch makes the needlessly global reiser4_get_sb() static.

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

--- linux-2.6.17-rc4-mm1-full/fs/reiser4/super_ops.c.old 2006-05-16 13:19:25.000000000 +0200
+++ linux-2.6.17-rc4-mm1-full/fs/reiser4/super_ops.c 2006-05-16 13:19:45.000000000 +0200
@@ -549,8 +549,9 @@
*
* Reiser4 mount entry.
*/
-int reiser4_get_sb(struct file_system_type *fs_type, int flags,
- const char *dev_name, void *data, struct vfsmount *mnt)
+static int reiser4_get_sb(struct file_system_type *fs_type, int flags,
+ const char *dev_name, void *data,
+ struct vfsmount *mnt)
{
return get_sb_bdev(fs_type, flags, dev_name, data, fill_super, 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/