[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20071024162327.GP30533@stusta.de>
Date: Wed, 24 Oct 2007 18:23:27 +0200
From: Adrian Bunk <bunk@...nel.org>
To: Mark Fasheh <mark.fasheh@...cle.com>,
Joel Becker <joel.becker@...cle.com>, kurt.hackel@...cle.com
Cc: ocfs2-devel@....oracle.com, linux-kernel@...r.kernel.org
Subject: [2.6 patch] make ocfs2_find_entry_el() static
ocfs2_find_entry_el() can become static.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
d7cac5a6c6884a16fe6fac7b6116f4a41ad7f309
diff --git a/fs/ocfs2/dir.c b/fs/ocfs2/dir.c
index 6a2f143..63b28fd 100644
--- a/fs/ocfs2/dir.c
+++ b/fs/ocfs2/dir.c
@@ -208,9 +208,9 @@ out:
return NULL;
}
-struct buffer_head *ocfs2_find_entry_el(const char *name, int namelen,
- struct inode *dir,
- struct ocfs2_dir_entry **res_dir)
+static struct buffer_head *ocfs2_find_entry_el(const char *name, int namelen,
+ struct inode *dir,
+ struct ocfs2_dir_entry **res_dir)
{
struct super_block *sb;
struct buffer_head *bh_use[NAMEI_RA_SIZE];
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists