]> Git Repo - linux.git/commitdiff
configfs: make configfs_dirent_exists() static
authorAdrian Bunk <[email protected]>
Mon, 20 Nov 2006 02:24:00 +0000 (03:24 +0100)
committerMark Fasheh <[email protected]>
Sat, 2 Dec 2006 02:29:12 +0000 (18:29 -0800)
This patch makes the needlessly global configfs_dirent_exists() static.

Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Joel Becker <[email protected]>
Signed-off-by: Mark Fasheh <[email protected]>
fs/configfs/dir.c

index 452cfd1e785fd5b7304edc5472da66fde52f424e..c398861f78a52fa72cd9cde3079c9f3593d033f5 100644 (file)
@@ -93,8 +93,8 @@ static struct configfs_dirent *configfs_new_dirent(struct configfs_dirent * pare
  *
  * 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;
 
This page took 0.061688 seconds and 4 git commands to generate.