diff options
author | Christoph Hellwig <hch@lst.de> | 2017-11-09 09:11:42 -0800 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2017-11-09 14:08:54 -0800 |
commit | b9aee1d5fe58160a44556224b5479bd151a3e1a5 (patch) | |
tree | 81e1782ef335f35ec73973a4c43080c7aafdad88 /fs/xfs | |
parent | f1be313697f2d2ee925bd559a53d58312dec8b5a (diff) | |
download | linux-b9aee1d5fe58160a44556224b5479bd151a3e1a5.tar.bz2 |
xfs: trivial indentation fixup for xfs_iext_remove_node
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/libxfs/xfs_iext_tree.c | 3 |
1 files changed, 1 insertions, 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 @@ again: 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]; } |