[PATCH 6/14] xfsprogs: cleanup some whitespace
Ben Myers
bpm at sgi.com
Thu Aug 8 16:24:15 CDT 2013
This whitespace was added in patch 10 of the crc-dev series.
The extra ; in xfs_dir3_free_get_buf was taken care of in another patch.
Signed-off-by: Ben Myers <bpm at sgi.com>
---
libxfs/xfs_dir2_node.c | 3 ---
1 file changed, 3 deletions(-)
Index: b/libxfs/xfs_dir2_node.c
===================================================================
--- a/libxfs/xfs_dir2_node.c 2013-08-06 16:17:36.570193682 -0500
+++ b/libxfs/xfs_dir2_node.c 2013-08-06 16:44:23.730877972 -0500
@@ -257,7 +257,6 @@ xfs_dir3_free_get_buf(
hdr3->hdr.blkno = cpu_to_be64(bp->b_bn);
hdr3->hdr.owner = cpu_to_be64(dp->i_ino);
uuid_copy(&hdr3->hdr.uuid, &mp->m_sb.sb_uuid);
-
} else
hdr.magic = XFS_DIR2_FREE_MAGIC;
xfs_dir3_free_hdr_to_disk(bp->b_addr, &hdr);
@@ -1101,7 +1100,6 @@ xfs_dir3_data_block_free(
__be16 *bests;
struct xfs_dir3_icfree_hdr freehdr;
-
xfs_dir3_free_hdr_from_disk(&freehdr, free);
bests = xfs_dir3_free_bests_p(tp->t_mountp, free);
@@ -1159,7 +1157,6 @@ xfs_dir3_data_block_free(
*/
}
-
/* Log the free entry that changed, unless we got rid of it. */
if (logfree)
xfs_dir2_free_log_bests(tp, fbp, findex, findex);
More information about the xfs
mailing list