[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070614221634.GC3588@stusta.de>
Date: Fri, 15 Jun 2007 00:16:34 +0200
From: Adrian Bunk <bunk@...sta.de>
To: Andrew Morton <akpm@...ux-foundation.org>,
Pierre Ossman <drzeus@...eus.cx>
Cc: linux-kernel@...r.kernel.org
Subject: [-mm patch] make init/do_mounts.c:root_wait static
root_wait can become static.
Signed-off-by: Adrian Bunk <bunk@...sta.de>
---
--- linux-2.6.22-rc4-mm2/init/do_mounts.c.old 2007-06-14 02:19:22.000000000 +0200
+++ linux-2.6.22-rc4-mm2/init/do_mounts.c 2007-06-14 02:19:47.000000000 +0200
@@ -25,7 +25,7 @@
int root_mountflags = MS_RDONLY | MS_SILENT;
char * __initdata root_device_name;
static char __initdata saved_root_name[64];
-int __initdata root_wait;
+static int __initdata root_wait;
dev_t ROOT_DEV;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists