From: Dave Chinner Date: Wed, 1 Oct 2014 23:04:40 +0000 (+1000) Subject: xfs: kill xfs_bdstrat_cb X-Git-Tag: fixes-against-v3.18-rc2~104^2~1^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dac39219827113f14e97507646a610ca426b69e;p=pandora-kernel.git xfs: kill xfs_bdstrat_cb Only has two callers, and is just a shutdown check and error handler around xfs_buf_iorequest. However, the error handling is a mess of read and write semantics, and both internal callers only call it for writes. Hence kill the wrapper, and follow up with a patch to sanitise the error handling. Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Dave Chinner --- Reading git-diff-tree failed