diff options
author | Christoph Hellwig <hch@lst.de> | 2020-08-31 21:02:33 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-09-02 01:49:26 +0300 |
commit | 7b8917f5e29c377be1db5680249fe30e038cb3eb (patch) | |
tree | 08fe31667ad1977295a57dd95c29154ddc069f69 /include/linux/genhd.h | |
parent | e44a6a2359808e0b97ff894569748ad2593b06f9 (diff) | |
download | linux-7b8917f5e29c377be1db5680249fe30e038cb3eb.tar.xz |
block: remove the alignment_offset field from struct hd_struct
The alignment offset is only used in slow path callers, so just calculate
it on the fly.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/genhd.h')
-rw-r--r-- | include/linux/genhd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/genhd.h b/include/linux/genhd.h index 39025dc0397c..bfa411c80dbb 100644 --- a/include/linux/genhd.h +++ b/include/linux/genhd.h @@ -65,7 +65,6 @@ struct hd_struct { struct disk_stats __percpu *dkstats; struct percpu_ref ref; - sector_t alignment_offset; unsigned int discard_alignment; struct device __dev; struct kobject *holder_dir; |