[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1080519011017.7639@suse.de>
Date: Mon, 19 May 2008 11:10:17 +1000
From: NeilBrown <neilb@...e.de>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Adrian Bunk <bunk@...nel.org>
Subject: [PATCH 002 of 10] md: proper extern for mdp_major
From: Adrian Bunk <bunk@...nel.org>
This patch adds a proper extern for mdp_major in include/linux/raid/md.h
Signed-off-by: Adrian Bunk <bunk@...nel.org>
Signed-off-by: Neil Brown <neilb@...e.de>
### Diffstat output
./include/linux/raid/md.h | 2 ++
./init/do_mounts_md.c | 1 -
2 files changed, 2 insertions(+), 1 deletion(-)
diff .prev/include/linux/raid/md.h ./include/linux/raid/md.h
--- .prev/include/linux/raid/md.h 2008-05-19 11:02:06.000000000 +1000
+++ ./include/linux/raid/md.h 2008-05-19 11:02:24.000000000 +1000
@@ -72,6 +72,8 @@
*/
#define MD_PATCHLEVEL_VERSION 3
+extern int mdp_major;
+
extern int register_md_personality (struct mdk_personality *p);
extern int unregister_md_personality (struct mdk_personality *p);
extern mdk_thread_t * md_register_thread (void (*run) (mddev_t *mddev),
diff .prev/init/do_mounts_md.c ./init/do_mounts_md.c
--- .prev/init/do_mounts_md.c 2008-05-19 11:02:06.000000000 +1000
+++ ./init/do_mounts_md.c 2008-05-19 11:02:24.000000000 +1000
@@ -24,7 +24,6 @@ static struct {
static int md_setup_ents __initdata;
-extern int mdp_major;
/*
* Parse the command-line parameters given our kernel, but do not
* actually try to invoke the MD device now; that is handled by
--
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