diff options
author | Joseph Qi <joseph.qi@huawei.com> | 2015-06-25 01:55:12 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-06-25 02:49:39 +0200 |
commit | e272e7f0fbfbe4e6e5d89cd61064d6dddd73e81b (patch) | |
tree | c08cae5a726621119fcdb90d9798747d4e352497 /kernel | |
parent | ocfs2: remove BUG_ON(!empty_extent) in __ocfs2_rotate_tree_left() (diff) | |
download | linux-e272e7f0fbfbe4e6e5d89cd61064d6dddd73e81b.tar.xz linux-e272e7f0fbfbe4e6e5d89cd61064d6dddd73e81b.zip |
ocfs2: do not BUG if jbd2_journal_dirty_metadata fails
jbd2_journal_dirty_metadata may fail. Currently it cannot take care of
non zero return value and just BUG in ocfs2_journal_dirty. This patch is
aborting the handle and journal instead of BUG.
Signed-off-by: Joseph Qi <joseph.qi@huawei.com>
Cc: joyce.xue <xuejiufei@huawei.com>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Junxiao Bi <junxiao.bi@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions