From: Eric Sandeen Date: Mon, 23 Feb 2015 11:39:08 +0000 (+1100) Subject: xfs: pass mp to XFS_WANT_CORRUPTED_GOTO X-Git-Tag: omap-for-v4.1/fixes-rc1~44^2~7^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c29aad41159829c0e1dcbf06c8e02284993b7901;p=pandora-kernel.git xfs: pass mp to XFS_WANT_CORRUPTED_GOTO Today, if we hit an XFS_WANT_CORRUPTED_GOTO we don't print any information about which filesystem hit it. Passing in the mp allows us to print the filesystem (device) name, which is a pretty critical piece of information. Tested by running fsfuzzer 'til I hit some. Signed-off-by: Eric Sandeen Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- Reading git-diff-tree failed