diff options
author | Christoph Hellwig <hch@lst.de> | 2017-04-20 16:03:16 +0200 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2017-04-20 12:16:10 -0600 |
commit | caf7df12272118e0274c8353bcfeaf60c7743a47 (patch) | |
tree | ab2987b8a4b9e99d72d0ac91c28ef4336ad199c6 /include/linux/blkdev.h | |
parent | cee4b7ce3f9161c88f7255a3d73c1c4d5bbabea7 (diff) | |
download | linux-caf7df12272118e0274c8353bcfeaf60c7743a47.tar.gz linux-caf7df12272118e0274c8353bcfeaf60c7743a47.tar.bz2 linux-caf7df12272118e0274c8353bcfeaf60c7743a47.zip |
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>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index a3dcee624de3..6c4ab0d4a160 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -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; |