block: remove the errors field from struct request

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <Bart.VanAssche@sandisk.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
This commit is contained in:
Christoph Hellwig 2017-04-20 16:03:16 +02:00 committed by Jens Axboe
parent cee4b7ce3f
commit caf7df1227
7 changed files with 24 additions and 49 deletions

View file

@ -220,8 +220,6 @@ struct request {
void *special; /* opaque pointer available for LLD use */
int errors;
unsigned int extra_len; /* length of alignment and padding */
unsigned long deadline;