[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>
This commit is contained in:
parent
dbeeb816e8
commit
0af4bd3887
1 changed files with 3 additions and 3 deletions
|
@ -208,9 +208,9 @@ 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)
|
||||||
{
|
{
|
||||||
struct super_block *sb;
|
struct super_block *sb;
|
||||||
struct buffer_head *bh_use[NAMEI_RA_SIZE];
|
struct buffer_head *bh_use[NAMEI_RA_SIZE];
|
||||||
|
|
Loading…
Reference in a new issue