summaryrefslogtreecommitdiff
path: root/include/linux/jbd.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.transmeta.com>2003-02-10 19:15:38 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-02-10 19:15:38 -0800
commitbd83dce2241887915da737dc275d2e243ee2fa68 (patch)
tree57a6a28af861a0cb46dc844861c1ca627895e0b5 /include/linux/jbd.h
parentfaea911147c2fe5de5ef9464aa7cb14122b58d94 (diff)
parent83586a3d2e6b9eb24cce5b9ac20d81e1aff17370 (diff)
Merge bk://linux-dj.bkbits.net/watchdog
into home.transmeta.com:/home/torvalds/v2.5/linux
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 2236641f5593..71bec2befafa 100644
--- a/include/linux/jbd.h
+++ b/include/linux/jbd.h
@@ -726,7 +726,6 @@ static inline handle_t *journal_current_handle(void)
*/
extern handle_t *journal_start(journal_t *, int nblocks);
-extern handle_t *journal_try_start(journal_t *, int nblocks);
extern int journal_restart (handle_t *, int nblocks);
extern int journal_extend (handle_t *, int nblocks);
extern int journal_get_write_access (handle_t *, struct buffer_head *);