]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: don't emit corruption noise on fs probes
authorDave Chinner <dchinner@redhat.com>
Wed, 13 Nov 2013 06:40:38 +0000 (06:40 +0000)
committerRich Johnston <rjohnston@sgi.com>
Wed, 13 Nov 2013 17:08:19 +0000 (11:08 -0600)
commit6aa3d87bc45348dc0948ae0cea57bf3033d64694
treee80855bca3509ad6ec64d54ff0bee933ced9a0b3
parentc9522f4d8790ecd61c4e74746b607787485f2027
xfs: don't emit corruption noise on fs probes

If we get EWRONGFS due to probing of non-xfs filesystems,
there's no need to issue the scary corruption error and backtrace.

Ported from kernel commit 31625f28.

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