xfs: replace xfs_buf_geterror() with bp->b_error
authorChandra Seetharaman <sekharan@us.ibm.com>
Wed, 3 Aug 2011 02:18:34 +0000 (02:18 +0000)
committerAlex Elder <aelder@sgi.com>
Fri, 12 Aug 2011 18:39:40 +0000 (13:39 -0500)
Since we just checked bp for NULL, it is ok to replace
xfs_buf_geterror() with bp->b_error in these places.

Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Signed-off-by: Alex Elder <aelder@sgi.com>

No differences found