Re: [PATCH] xfstests: handle new mkfs.btrfs -f option cleanly

2013-03-05 Thread Rich Johnston
Looks good. Reviewed-by: Rich Johnston rjohns...@sgi.com This patch has been committed. Thanks --Rich commit 24fef70ef3fa0be047264b7a40b0bcf86533ec22 Author: Eric Sandeen sand...@redhat.com Date: Tue Feb 26 20:42:38 2013 + xfstests: handle new mkfs.btrfs -f option cleanly I

[PATCH] xfstests: handle new mkfs.btrfs -f option cleanly

2013-02-26 Thread Eric Sandeen
I added an -f option to mkfs.btrfs to force overwrite of an existing filesystem. Now on an xfstests run, new mkfs.btrfs requires it, and old mkfs.btrfs cannot accept it. So, add a helper which works out whether -f is needed, and add it to the MKFS_BTRFS_PROG env. var as necessary, so that it is