Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1be3136 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Darrick J. Wong
Browse files

xfs: remove a superflous assignment in xfs_iext_remove_node

parent fc258f4b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;