diff options
-rw-r--r-- | fs/ocfs2/suballoc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ocfs2/suballoc.c b/fs/ocfs2/suballoc.c index 0cb889a17ae1..4479029630bb 100644 --- a/fs/ocfs2/suballoc.c +++ b/fs/ocfs2/suballoc.c | |||
@@ -2499,6 +2499,8 @@ static int _ocfs2_free_suballoc_bits(handle_t *handle, | |||
2499 | alloc_bh, OCFS2_JOURNAL_ACCESS_WRITE); | 2499 | alloc_bh, OCFS2_JOURNAL_ACCESS_WRITE); |
2500 | if (status < 0) { | 2500 | if (status < 0) { |
2501 | mlog_errno(status); | 2501 | mlog_errno(status); |
2502 | ocfs2_block_group_set_bits(handle, alloc_inode, group, group_bh, | ||
2503 | start_bit, count); | ||
2502 | goto bail; | 2504 | goto bail; |
2503 | } | 2505 | } |
2504 | 2506 | ||