[PATCH] __blk_rq_unmap_user() fails to return error
authorJens Axboe <jens.axboe@oracle.com>
Tue, 19 Dec 2006 10:07:59 +0000 (11:07 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Tue, 19 Dec 2006 10:07:59 +0000 (11:07 +0100)
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>
block/ll_rw_blk.c

Simple merge