Message ID | 20180116183139.29777-1-bart.vanassche@wdc.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Bart, > Fixes: 4246a0b63bd8 ("block: add a bi_error field to struct bio") > Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Looks fine. Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
On 1/16/18 11:31 AM, Bart Van Assche wrote: > Fixes: 4246a0b63bd8 ("block: add a bi_error field to struct bio") > Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Applied, thanks.
diff --git a/block/bio-integrity.c b/block/bio-integrity.c index 23b42e8aa03e..9cfdd6c83b5b 100644 --- a/block/bio-integrity.c +++ b/block/bio-integrity.c @@ -374,7 +374,6 @@ static void bio_integrity_verify_fn(struct work_struct *work) /** * __bio_integrity_endio - Integrity I/O completion function * @bio: Protected bio - * @error: Pointer to errno * * Description: Completion for integrity I/O *
Fixes: 4246a0b63bd8 ("block: add a bi_error field to struct bio") Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> --- block/bio-integrity.c | 1 - 1 file changed, 1 deletion(-)