aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_attr_leaf.c
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2013-08-12 06:49:43 -0400
committerBen Myers <bpm@sgi.com>2013-08-12 17:46:08 -0400
commitc5c249b42464cbcda3ac5cbdc114f6a6d5b0b7ac (patch)
tree26870433ba4e8a002497260f94394391b00d782e /fs/xfs/xfs_attr_leaf.c
parent6898811459ff523ed256c07d1d5c54ba915d51ac (diff)
xfs: minor cleanups
These come from syncing the shared userspace and kernel code. Small whitespace and trivial cleanups. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_attr_leaf.c')
-rw-r--r--fs/xfs/xfs_attr_leaf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_attr_leaf.c b/fs/xfs/xfs_attr_leaf.c
index fe0ade9a74ba..4dba2f9455f4 100644
--- a/fs/xfs/xfs_attr_leaf.c
+++ b/fs/xfs/xfs_attr_leaf.c
@@ -936,7 +936,6 @@ out:
936 return error; 936 return error;
937} 937}
938 938
939
940/*======================================================================== 939/*========================================================================
941 * Routines used for growing the Btree. 940 * Routines used for growing the Btree.
942 *========================================================================*/ 941 *========================================================================*/
@@ -1297,7 +1296,6 @@ xfs_attr3_leaf_compact(
1297 ichdr_dst->freemap[0].size = ichdr_dst->firstused - 1296 ichdr_dst->freemap[0].size = ichdr_dst->firstused -
1298 ichdr_dst->freemap[0].base; 1297 ichdr_dst->freemap[0].base;
1299 1298
1300
1301 /* write the header back to initialise the underlying buffer */ 1299 /* write the header back to initialise the underlying buffer */
1302 xfs_attr3_leaf_hdr_to_disk(leaf_dst, ichdr_dst); 1300 xfs_attr3_leaf_hdr_to_disk(leaf_dst, ichdr_dst);
1303 1301