xfs: don't emit corruption noise on fs probes
authorEric Sandeen <sandeen@sandeen.net>
Fri, 11 Oct 2013 19:12:31 +0000 (14:12 -0500)
committerBen Myers <bpm@sgi.com>
Thu, 17 Oct 2013 18:31:25 +0000 (13:31 -0500)
commit31625f28ad7be67701dc4cefcf52087addd88af4
treefcfbb1cb1bff5363bac0d8f2f29d389b82b5bceb
parent08e96e1a3c5fd823f846df813b0b8be8e734c6c2
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.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_sb.c