commit | d5929de8337fef46f3e307914ed0f3cb845e66c1 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Wed Feb 27 13:25:54 2013 +1100 |
committer | Ben Myers <bpm@sgi.com> | Thu Mar 07 12:31:02 2013 -0600 |
tree | a305ce6faa2c04b8a29801e9a04e6772b63caaf0 | |
parent | e8108cedb1c5d1dc359690d18ca997e97a0061d2 [diff] |
xfs: don't verify buffers after IO errors When we read a buffer, we might get an error from the underlying block device and not the real data. Hence if we get an IO error, we shouldn't run the verifier but instead just pass the IO error straight through. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>