* [PATCH 2.4.30-pre3] linux/fs.h: remove root_device_name declaration
@ 2005-03-18 21:10 Matt Domsch
0 siblings, 0 replies; only message in thread
From: Matt Domsch @ 2005-03-18 21:10 UTC (permalink / raw)
To: marcelo.tosatti, linux-kernel
include/linux/fs.h has:
extern char root_device_name[];
but it's been declared static in init/do_mounts.c since March 2002.
gcc-4.0.0-0.32 from FC4-test1 errors out due to the static/non-static
mismatch. Time to kill it from include/linux/fs.h.
Signed-off-by: Matt Domsch <Matt_Domsch@dell.com>
--
Matt Domsch
Software Architect
Dell Linux Solutions linux.dell.com & www.dell.com/linux
Linux on Dell mailing lists @ http://lists.us.dell.com
===== include/linux/fs.h 1.100 vs edited =====
--- 1.100/include/linux/fs.h 2005-02-07 12:30:59 -06:00
+++ edited/include/linux/fs.h 2005-03-18 15:00:48 -06:00
@@ -1559,7 +1559,6 @@
unsigned long generate_cluster(kdev_t, int b[], int);
unsigned long generate_cluster_swab32(kdev_t, int b[], int);
extern kdev_t ROOT_DEV;
-extern char root_device_name[];
extern void show_buffers(void);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-03-18 21:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-18 21:10 [PATCH 2.4.30-pre3] linux/fs.h: remove root_device_name declaration Matt Domsch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®