Commit 0af4bd38 authored by Adrian Bunk's avatar Adrian Bunk Committed by Mark Fasheh

[2.6 patch] make ocfs2_find_entry_el() static

ocfs2_find_entry_el() can become static.
Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarMark Fasheh <mark.fasheh@oracle.com>
parent dbeeb816
...@@ -208,7 +208,7 @@ static struct buffer_head *ocfs2_find_entry_id(const char *name, ...@@ -208,7 +208,7 @@ static struct buffer_head *ocfs2_find_entry_id(const char *name,
return NULL; return NULL;
} }
struct buffer_head *ocfs2_find_entry_el(const char *name, int namelen, static struct buffer_head *ocfs2_find_entry_el(const char *name, int namelen,
struct inode *dir, struct inode *dir,
struct ocfs2_dir_entry **res_dir) struct ocfs2_dir_entry **res_dir)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment