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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This patch makes the needlessly global reiser4_get_sb() static.

Signed-off-by: Adrian Bunk <[email protected]>

--- 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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux