diff options
author | Mark Fasheh <mark.fasheh@oracle.com> | 2006-10-06 22:07:43 -0400 |
---|---|---|
committer | Mark Fasheh <mark.fasheh@oracle.com> | 2006-12-01 21:28:00 -0500 |
commit | a301a27d715276a71827004549bcbb2b64776c11 (patch) | |
tree | 07ef204a136e628ef8982d33a832abf2897bd924 /fs/ocfs2/journal.c | |
parent | daf29e9cdab7219838c6b6e82380aec3466cf379 (diff) |
ocfs2: make ocfs2_alloc_handle() static
This is no longer used outside of journal.c
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Diffstat (limited to 'fs/ocfs2/journal.c')
-rw-r--r-- | fs/ocfs2/journal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/journal.c b/fs/ocfs2/journal.c index 3ef1678c893a..f070487a0551 100644 --- a/fs/ocfs2/journal.c +++ b/fs/ocfs2/journal.c | |||
@@ -110,7 +110,7 @@ finally: | |||
110 | return status; | 110 | return status; |
111 | } | 111 | } |
112 | 112 | ||
113 | struct ocfs2_journal_handle *ocfs2_alloc_handle(struct ocfs2_super *osb) | 113 | static struct ocfs2_journal_handle *ocfs2_alloc_handle(struct ocfs2_super *osb) |
114 | { | 114 | { |
115 | struct ocfs2_journal_handle *retval = NULL; | 115 | struct ocfs2_journal_handle *retval = NULL; |
116 | 116 | ||