Re: [PATCH v4 7/9] Btrfs: add free space tree sanity tests

2015-10-01 Thread David Sterba
On Tue, Sep 29, 2015 at 08:50:36PM -0700, Omar Sandoval wrote: > +struct free_space_extent { > + u64 start, length; Structure members should be put on separate lines. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org

[PATCH v4 7/9] Btrfs: add free space tree sanity tests

2015-09-29 Thread Omar Sandoval
From: Omar Sandoval This tests the operations on the free space tree trying to excercise all of the main cases for both formats. Between this and xfstests, the free space tree should have pretty good coverage. Signed-off-by: Omar Sandoval --- fs/btrfs/Makefile | 3 +- fs