Skip to content

Commit

Permalink
[2.6 patch] make ocfs2_find_entry_el() static
Browse files Browse the repository at this point in the history
ocfs2_find_entry_el() can become static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
  • Loading branch information
Adrian Bunk authored and Mark Fasheh committed Nov 6, 2007
1 parent dbeeb81 commit 0af4bd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fs/ocfs2/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ static struct buffer_head *ocfs2_find_entry_id(const char *name,
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];
Expand Down

0 comments on commit 0af4bd3

Please sign in to comment.