[PATCH] fs/jbd/: cleanups
authorAdrian Bunk <bunk@stusta.de>
Tue, 6 Sep 2005 22:16:41 +0000 (15:16 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 7 Sep 2005 23:57:19 +0000 (16:57 -0700)
commit022a4a7bbdefdedc2706a13c81c832d8c3173c6d
treee7bf4f08f02c35b39769a5c2aeeea020c055de99
parent202e5979af4d91c7ca05892641131dee22653259
[PATCH] fs/jbd/: cleanups

This patch contains the following cleanups:
- make needlessly global functions static
- journal.c: remove the unused global function __journal_internal_check
             and move the check to journal_init
- remove the following write-only global variable:
  - journal.c: current_journal
- remove the following unneeded EXPORT_SYMBOL:
  - journal.c: journal_recover

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: Andreas Dilger <adilger@clusterfs.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/jbd/journal.c
fs/jbd/revoke.c
include/linux/jbd.h