This patch has been committed.

--Rich

commit eba3a5206cd7f8df73d6e6dbf2bb0afca677fca8
Author: Wang Sheng-Hui <shh...@gmail.com>
Date:   Thu Feb 28 02:05:56 2013 +0000

    xfstests 276: fix error 'FIBMAP: Invalid argument'

    Commit 05dadc0 ("Btrfs: add fiemap's flag check") added validity
    checks to the fiemap flags and hence invalid flags are now being
    rejected. Test 276 passes an invalid fiemap flag to btrfs, and so
    that test fails since this commit was added.

    Btrfs doesn't support FIEMAP_FLAG_XATTR, which is enabled by -x option
    of filefrag, and will fail with
        'FIBMAP: Invalid argument'
    for 'filefrag -vx'. 'filefrag -vx' fails on btrfs with
         'FIEMAP failed with unsupported flags 2'
    Remove the '-x' option.

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to