diff options
Diffstat (limited to 'include/linux/reiserfs_fs.h')
-rw-r--r-- | include/linux/reiserfs_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/reiserfs_fs.h b/include/linux/reiserfs_fs.h index 04bfd61eeaaa..d097966bbd91 100644 --- a/include/linux/reiserfs_fs.h +++ b/include/linux/reiserfs_fs.h | |||
@@ -1771,7 +1771,7 @@ int journal_begin(struct reiserfs_transaction_handle *, | |||
1771 | struct super_block *p_s_sb, unsigned long); | 1771 | struct super_block *p_s_sb, unsigned long); |
1772 | int journal_join_abort(struct reiserfs_transaction_handle *, | 1772 | int journal_join_abort(struct reiserfs_transaction_handle *, |
1773 | struct super_block *p_s_sb, unsigned long); | 1773 | struct super_block *p_s_sb, unsigned long); |
1774 | void reiserfs_journal_abort(struct super_block *sb, int errno); | 1774 | void reiserfs_abort_journal(struct super_block *sb, int errno); |
1775 | void reiserfs_abort(struct super_block *sb, int errno, const char *fmt, ...); | 1775 | void reiserfs_abort(struct super_block *sb, int errno, const char *fmt, ...); |
1776 | int reiserfs_allocate_list_bitmaps(struct super_block *s, | 1776 | int reiserfs_allocate_list_bitmaps(struct super_block *s, |
1777 | struct reiserfs_list_bitmap *, unsigned int); | 1777 | struct reiserfs_list_bitmap *, unsigned int); |