]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprogs: kill experimental warnings for v5 filesystems
authorDave Chinner <dchinner@redhat.com>
Wed, 13 Nov 2013 06:40:57 +0000 (06:40 +0000)
committerRich Johnston <rjohnston@sgi.com>
Thu, 14 Nov 2013 15:00:26 +0000 (09:00 -0600)
commitba3615fc784f03d9cb25fb7cc9240ea56b4b7a4b
tree699671fce482702ea3ed93cb8d9b86691fc9e717
parent7b5f9801f4d569ab9fdbdd1e39aa59585d296872
xfsprogs: kill experimental warnings for v5 filesystems

With xfsprogs now being close to feature complete on v5 filesystems,
remove the experimental warnings from the superblock verifier. This
means that we don't need to filter such warnings from the output in
xfstests and so we can see exactly what tests are failing due to
code deficiencies rather than from detecting warning noise.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
libxfs/xfs_sb.c