Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -208,7 +208,7 @@ 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,
static struct buffer_head *ocfs2_find_entry_el(const char *name, int namelen,
					       struct inode *dir,
					       struct ocfs2_dir_entry **res_dir)
{