commit | 8dac39219827113f14e97507646a610ca426b69e | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Thu Oct 02 09:04:40 2014 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Thu Oct 02 09:04:40 2014 +1000 |
tree | 625f8d009bccc4a70f3d442948cc0a287171c88b | |
parent | 61be9c529a4a715ab8679e9ca82bc3790c7ab66c [diff] |
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 <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dave Chinner <david@fromorbit.com>