linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [TRIVIAL] Squash warnings in fs/partitions/check.c
@ 2002-10-01  2:47 David Gibson
  0 siblings, 0 replies; only message in thread
From: David Gibson @ 2002-10-01  2:47 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Linus, please apply.  This removes a bundle of unused variables from
fs/partitions/check.c:devfs_create_cdrom().  Some of them,
confusingly, were unused because they were overriden by variables with
the same name in an inner scope.

diff -urN /home/dgibson/kernel/linuxppc-2.5/fs/partitions/check.c linux-bluefish/fs/partitions/check.c
--- /home/dgibson/kernel/linuxppc-2.5/fs/partitions/check.c	2002-10-01 10:17:33.000000000 +1000
+++ linux-bluefish/fs/partitions/check.c	2002-10-01 12:42:28.000000000 +1000
@@ -338,10 +338,6 @@
 static void devfs_create_cdrom(struct gendisk *dev)
 {
 #ifdef CONFIG_DEVFS_FS
-	int pos = 0;
-	devfs_handle_t dir, slave;
-	unsigned int devfs_flags = DEVFS_FL_DEFAULT;
-	char dirname[64], symlink[16];
 	char vname[23];
 
 	if (!cdroms)


-- 
David Gibson			| For every complex problem there is a
david@gibson.dropbear.id.au	| solution which is simple, neat and
				| wrong.
http://www.ozlabs.org/people/dgibson

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-10-01  2:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-01  2:47 [TRIVIAL] Squash warnings in fs/partitions/check.c David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).