From: Chandra Seetharaman Date: Wed, 3 Aug 2011 02:18:34 +0000 (+0000) Subject: xfs: replace xfs_buf_geterror() with bp->b_error X-Git-Tag: v3.1-rc2~17^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e570280521290c27621d60cffea2400bdf1f2c88;p=pandora-kernel.git xfs: replace xfs_buf_geterror() with bp->b_error 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 Signed-off-by: Alex Elder --- Reading git-diff-tree failed