public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] make ocfs2_find_entry_el() static
@ 2007-10-24 16:23 Adrian Bunk
  2007-10-25 21:43 ` Mark Fasheh
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2007-10-24 16:23 UTC (permalink / raw)
  To: Mark Fasheh, Joel Becker, kurt.hackel; +Cc: ocfs2-devel, linux-kernel

ocfs2_find_entry_el() can become static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
d7cac5a6c6884a16fe6fac7b6116f4a41ad7f309 
diff --git a/fs/ocfs2/dir.c b/fs/ocfs2/dir.c
index 6a2f143..63b28fd 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];


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [2.6 patch] make ocfs2_find_entry_el() static
  2007-10-24 16:23 [2.6 patch] make ocfs2_find_entry_el() static Adrian Bunk
@ 2007-10-25 21:43 ` Mark Fasheh
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Fasheh @ 2007-10-25 21:43 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Joel Becker, kurt.hackel, ocfs2-devel, linux-kernel

On Wed, Oct 24, 2007 at 06:23:27PM +0200, Adrian Bunk wrote:
> ocfs2_find_entry_el() can become static.

Looks good, thanks Adrian.
	--Mark

--
Mark Fasheh
Senior Software Developer, Oracle
mark.fasheh@oracle.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-25 21:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-24 16:23 [2.6 patch] make ocfs2_find_entry_el() static Adrian Bunk
2007-10-25 21:43 ` Mark Fasheh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox