commit | 48785bb9fa39415d7553e234946442579dfcf591 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Tue Dec 19 11:07:59 2006 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Tue Dec 19 11:07:59 2006 +0100 |
tree | 2f22a34dbc334daade0962a119b2b42795715df8 | |
parent | 9c9381f9425ab4d2f9f0458ae9525c18bc832f59 [diff] |
[PATCH] __blk_rq_unmap_user() fails to return error If the bio is user copied, the copy back could return -EFAULT. Make sure we return any error seen during unmapping. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>