aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/jbd.h
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-02-06 01:40:12 -0800
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2008-02-06 10:41:20 -0800
commit533083836fd55ca67ce35ab3d914b74ec1a5b9a8 (patch)
tree5dffe25ff6d049be33ffe6b3d0135cae45eb2a72 /include/linux/jbd.h
parentBKL-removal: remove incorrect comment refering to lock_kernel() from jbd/jbd2 (diff)
downloadlinux-dev-533083836fd55ca67ce35ab3d914b74ec1a5b9a8.tar.xz
linux-dev-533083836fd55ca67ce35ab3d914b74ec1a5b9a8.zip
make jbd/journal.c:__journal_abort_hard() static
__journal_abort_hard() can now become static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/jbd.h')
-rw-r--r--include/linux/jbd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/jbd.h b/include/linux/jbd.h
index d9ecd13393b0..59b94c3e6c24 100644
--- a/include/linux/jbd.h
+++ b/include/linux/jbd.h
@@ -924,7 +924,6 @@ extern int journal_recover (journal_t *journal);
extern int journal_wipe (journal_t *, int);
extern int journal_skip_recovery (journal_t *);
extern void journal_update_superblock (journal_t *, int);
-extern void __journal_abort_hard (journal_t *);
extern void journal_abort (journal_t *, int);
extern int journal_errno (journal_t *);
extern void journal_ack_err (journal_t *);