public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [-mm patch] fs/isofs/rock.c: make a function static
@ 2005-04-23  0:10 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2005-04-23  0:10 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

This patch makes a needlesly global function static.

Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.12-rc2-mm3-full/fs/isofs/rock.c.old	2005-04-20 23:19:47.000000000 +0200
+++ linux-2.6.12-rc2-mm3-full/fs/isofs/rock.c	2005-04-20 23:19:56.000000000 +0200
@@ -84,7 +84,7 @@
  * Returns 0 if the caller should continue scanning, 1 if the scan must end
  * and -ve on error.
  */
-int rock_continue(struct rock_state *rs)
+static int rock_continue(struct rock_state *rs)
 {
 	int ret = 1;
 	int blocksize = 1 << rs->inode->i_blkbits;


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

only message in thread, other threads:[~2005-04-23  0:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-23  0:10 [-mm patch] fs/isofs/rock.c: make a function static Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox