From: Eric Sandeen Date: Mon, 23 Feb 2015 11:39:13 +0000 (+1100) Subject: xfs: pass mp to XFS_WANT_CORRUPTED_RETURN X-Git-Tag: omap-for-v4.1/fixes-rc1~44^2~7^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fb5aeeeb65726c62dc39986d7a080309259e29c;p=pandora-kernel.git xfs: pass mp to XFS_WANT_CORRUPTED_RETURN Today, if we hit an XFS_WANT_CORRUPTED_RETURN 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