diff options
author | Mark Fasheh <mark.fasheh@oracle.com> | 2006-10-06 19:07:43 -0700 |
---|---|---|
committer | Mark Fasheh <mark.fasheh@oracle.com> | 2006-12-01 18:28:00 -0800 |
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 3ef1678c893..f070487a055 100644 --- a/fs/ocfs2/journal.c +++ b/fs/ocfs2/journal.c @@ -110,7 +110,7 @@ finally: return status; } -struct ocfs2_journal_handle *ocfs2_alloc_handle(struct ocfs2_super *osb) +static struct ocfs2_journal_handle *ocfs2_alloc_handle(struct ocfs2_super *osb) { struct ocfs2_journal_handle *retval = NULL; |