Signed-off-by: Christoph Hellwig <hch@xxxxxx> --- fs/xfs/libxfs/xfs_iext_tree.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fs/xfs/libxfs/xfs_iext_tree.c b/fs/xfs/libxfs/xfs_iext_tree.c index 11b95bea23a9..3974989b0929 100644 --- a/fs/xfs/libxfs/xfs_iext_tree.c +++ b/fs/xfs/libxfs/xfs_iext_tree.c @@ -733,8 +733,7 @@ xfs_iext_remove_node( node->ptrs[nr_entries] = NULL; if (pos == 0 && nr_entries > 0) { - xfs_iext_update_node(ifp, offset, node->keys[0], level, - node); + xfs_iext_update_node(ifp, offset, node->keys[0], level, node); offset = node->keys[0]; } -- 2.14.2 -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html