aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2007-10-24 18:23:27 +0200
committerMark Fasheh <mark.fasheh@oracle.com>2007-11-06 15:31:06 -0800
commit0af4bd38876416d945ad6a1338798696604952a1 (patch)
tree1a07dd53e768ee4649fb68a147ae5bacfa5adbad /fs/ocfs2
parentLinux 2.6.24-rc2 (diff)
downloadlinux-dev-0af4bd38876416d945ad6a1338798696604952a1.tar.xz
linux-dev-0af4bd38876416d945ad6a1338798696604952a1.zip
[2.6 patch] make ocfs2_find_entry_el() static
ocfs2_find_entry_el() can become static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to '')
-rw-r--r--fs/ocfs2/dir.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/ocfs2/dir.c b/fs/ocfs2/dir.c
index 6a2f143e269c..63b28fdceb4a 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];