commit | 5fb5aeeeb65726c62dc39986d7a080309259e29c | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@sandeen.net> | Mon Feb 23 22:39:13 2015 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Mon Feb 23 22:39:13 2015 +1100 |
tree | 5eef97a1acb0e3c01020a25867ca1891fa63fe01 | |
parent | c29aad41159829c0e1dcbf06c8e02284993b7901 [diff] |
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 <sandeen@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>