diff options
author | Jeff Mahoney <jeffm@suse.com> | 2009-03-30 14:02:26 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-03-30 15:16:36 -0400 |
commit | 32e8b1062915d00d07d3b88a95174648e369b6a3 (patch) | |
tree | f8d9da27137667072ca1f826c760fda1717a1c8d /fs/reiserfs/prints.c | |
parent | c3a9c2109f84882b9b3178f6b1838d550d3df0ec (diff) |
reiserfs: rearrange journal abort
This patch kills off reiserfs_journal_abort as it is never called, and
combines __reiserfs_journal_abort_{soft,hard} into one function called
reiserfs_abort_journal, which performs the same work. It is silent
as opposed to the old version, since the message was always issued
after a regular 'abort' message.
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/reiserfs/prints.c')
-rw-r--r-- | fs/reiserfs/prints.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/reiserfs/prints.c b/fs/reiserfs/prints.c index 1964acb6eb17..84f3f69652e3 100644 --- a/fs/reiserfs/prints.c +++ b/fs/reiserfs/prints.c | |||
@@ -386,7 +386,7 @@ void reiserfs_abort(struct super_block *sb, int errno, const char *fmt, ...) | |||
386 | error_buf); | 386 | error_buf); |
387 | 387 | ||
388 | sb->s_flags |= MS_RDONLY; | 388 | sb->s_flags |= MS_RDONLY; |
389 | reiserfs_journal_abort(sb, errno); | 389 | reiserfs_abort_journal(sb, errno); |
390 | } | 390 | } |
391 | 391 | ||
392 | /* this prints internal nodes (4 keys/items in line) (dc_number, | 392 | /* this prints internal nodes (4 keys/items in line) (dc_number, |