From: Dave Chinner Date: Wed, 1 Oct 2014 23:05:05 +0000 (+1000) Subject: xfs: kill xfs_bioerror_relse X-Git-Tag: fixes-against-v3.18-rc2~104^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b131973d1628f1a0c5a36fe02269d696bbe60a3;p=pandora-kernel.git xfs: kill xfs_bioerror_relse There is only one caller now - xfs_trans_read_buf_map() - and it has very well defined call semantics - read, synchronous, and b_iodone is NULL. Hence it's pretty clear what error handling is necessary for this case. The bigger problem of untangling xfs_trans_read_buf_map error handling is left to a future patch. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Dave Chinner --- Reading git-diff-tree failed