aboutsummaryrefslogtreecommitdiffstats
path: root/fs/reiserfs/reiserfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/reiserfs/reiserfs.h')
-rw-r--r--fs/reiserfs/reiserfs.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/fs/reiserfs/reiserfs.h b/fs/reiserfs/reiserfs.h
index 2195e7f2297f..010f00bbec53 100644
--- a/fs/reiserfs/reiserfs.h
+++ b/fs/reiserfs/reiserfs.h
@@ -2914,10 +2914,9 @@ int journal_init(struct super_block *, const char *j_dev_name, int old_format,
2914int journal_release(struct reiserfs_transaction_handle *, struct super_block *); 2914int journal_release(struct reiserfs_transaction_handle *, struct super_block *);
2915int journal_release_error(struct reiserfs_transaction_handle *, 2915int journal_release_error(struct reiserfs_transaction_handle *,
2916 struct super_block *); 2916 struct super_block *);
2917int journal_end(struct reiserfs_transaction_handle *, struct super_block *, 2917int journal_end(struct reiserfs_transaction_handle *, struct super_block *);
2918 unsigned long); 2918int journal_end_sync(struct reiserfs_transaction_handle *,
2919int journal_end_sync(struct reiserfs_transaction_handle *, struct super_block *, 2919 struct super_block *);
2920 unsigned long);
2921int journal_mark_freed(struct reiserfs_transaction_handle *, 2920int journal_mark_freed(struct reiserfs_transaction_handle *,
2922 struct super_block *, b_blocknr_t blocknr); 2921 struct super_block *, b_blocknr_t blocknr);
2923int journal_transaction_should_end(struct reiserfs_transaction_handle *, int); 2922int journal_transaction_should_end(struct reiserfs_transaction_handle *, int);