From: Eric Sandeen Date: Thu, 27 Feb 2014 04:23:10 +0000 (+1100) Subject: xfs: modify verifiers to differentiate CRC from other errors X-Git-Tag: v3.15-rc1~90^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce5028cfe3ca48695b6a128638fe224426d37ebe;p=pandora-kernel.git xfs: modify verifiers to differentiate CRC from other errors Modify all read & write verifiers to differentiate between CRC errors and other inconsistencies. This sets the appropriate error number on bp->b_error, and then calls xfs_verifier_error() if something went wrong. That function will issue the appropriate message to the user. Signed-off-by: Eric Sandeen Reviewed-by: Brian Foster Signed-off-by: Dave Chinner --- Reading git-diff-tree failed