From f3c65043be47105726f6bc30b98f489e3f7a00c3 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Thu, 16 Nov 2017 22:11:35 -0600 Subject: [PATCH] xfs: remove a superflous assignment in xfs_iext_remove_node Source kernel commit: f1be313697f2d2ee925bd559a53d58312dec8b5a Reported-by: Brian Foster Signed-off-by: Christoph Hellwig Reviewed-by: Brian Foster Reviewed-by: Darrick J. Wong Signed-off-by: Darrick J. Wong Signed-off-by: Eric Sandeen --- libxfs/xfs_iext_tree.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libxfs/xfs_iext_tree.c b/libxfs/xfs_iext_tree.c index 5df0bb327..8e38500fa 100644 --- a/libxfs/xfs_iext_tree.c +++ b/libxfs/xfs_iext_tree.c @@ -751,7 +751,6 @@ again: node = xfs_iext_rebalance_node(parent, &pos, node, nr_entries); if (node) { - offset = node->keys[0]; victim = node; node = parent; goto again; -- 2.47.2