提交 92295d80 编写于 作者: M Mark Fasheh

ocfs2: Don't panic when truncating an empty extent

This BUG_ON() was unintentionally left in after the sparse file support was
written.
Signed-off-by: NMark Fasheh <mark.fasheh@oracle.com>
上级 a86370fb
...@@ -6093,8 +6093,6 @@ int ocfs2_commit_truncate(struct ocfs2_super *osb, ...@@ -6093,8 +6093,6 @@ int ocfs2_commit_truncate(struct ocfs2_super *osb,
mlog(0, "clusters_to_del = %u in this pass, tail blk=%llu\n", mlog(0, "clusters_to_del = %u in this pass, tail blk=%llu\n",
clusters_to_del, (unsigned long long)path_leaf_bh(path)->b_blocknr); clusters_to_del, (unsigned long long)path_leaf_bh(path)->b_blocknr);
BUG_ON(clusters_to_del == 0);
mutex_lock(&tl_inode->i_mutex); mutex_lock(&tl_inode->i_mutex);
tl_sem = 1; tl_sem = 1;
/* ocfs2_truncate_log_needs_flush guarantees us at least one /* ocfs2_truncate_log_needs_flush guarantees us at least one
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册