summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/journal.c
diff options
context:
space:
mode:
authorMark Fasheh <mark.fasheh@oracle.com>2006-10-07 04:07:43 +0200
committerMark Fasheh <mark.fasheh@oracle.com>2006-12-02 03:28:00 +0100
commita301a27d715276a71827004549bcbb2b64776c11 (patch)
tree07ef204a136e628ef8982d33a832abf2897bd924 /fs/ocfs2/journal.c
parentocfs2: remove unused ocfs2_handle_add_lock() (diff)
downloadlinux-a301a27d715276a71827004549bcbb2b64776c11.tar.xz
linux-a301a27d715276a71827004549bcbb2b64776c11.zip
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.c2
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:
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;