mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [2.6 patch] make configfs_dirent_exists() static
@ 2006-11-20  2:24 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2006-11-20  2:24 UTC (permalink / raw)
  To: joel.becker; +Cc: linux-kernel

This patch makes the needlessly global configfs_dirent_exists() static.

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

--- linux-2.6.19-rc5-mm2/fs/configfs/dir.c.old	2006-11-20 01:12:59.000000000 +0100
+++ linux-2.6.19-rc5-mm2/fs/configfs/dir.c	2006-11-20 01:13:09.000000000 +0100
@@ -93,8 +93,8 @@
  *
  * called with parent inode's i_mutex held
  */
-int configfs_dirent_exists(struct configfs_dirent *parent_sd,
-			   const unsigned char *new)
+static int configfs_dirent_exists(struct configfs_dirent *parent_sd,
+				  const unsigned char *new)
 {
 	struct configfs_dirent * sd;
 


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

only message in thread, other threads:[~2006-11-20  2:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-11-20  2:24 [2.6 patch] make configfs_dirent_exists() 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

all inboxes | Powered by JetHome®