mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-16 11:32:41 +00:00
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:
parent
cee4b7ce3f
commit
caf7df1227
7 changed files with 24 additions and 49 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue