提交 f1be3136 编写于 作者: C Christoph Hellwig 提交者: Darrick J. Wong

xfs: remove a superflous assignment in xfs_iext_remove_node

Reported-by: NBrian Foster <bfoster@redhat.com>
Signed-off-by: NChristoph Hellwig <hch@lst.de>
Reviewed-by: NBrian Foster <bfoster@redhat.com>
Reviewed-by: NDarrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: NDarrick J. Wong <darrick.wong@oracle.com>
上级 fc258f4b
......@@ -751,7 +751,6 @@ xfs_iext_remove_node(
node = xfs_iext_rebalance_node(parent, &pos, node, nr_entries);
if (node) {
offset = node->keys[0];
victim = node;
node = parent;
goto again;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册