diff options
| author | Christoph Hellwig <hch@lst.de> | 2020-08-31 20:02:34 +0200 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2020-09-01 16:49:26 -0600 |
| commit | 7cf34d97ab45203b975396393ded9d3867dfa8bf (patch) | |
| tree | 67f8c18b472ef61230e37cd14c200fc3e2a9396e /include/linux/genhd.h | |
| parent | 7b8917f5e29c377be1db5680249fe30e038cb3eb (diff) | |
| download | cachepc-linux-7cf34d97ab45203b975396393ded9d3867dfa8bf.tar.gz cachepc-linux-7cf34d97ab45203b975396393ded9d3867dfa8bf.zip | |
block: remove the discard_alignment 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 bfa411c80dbb..9ea2ca31c278 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; - unsigned int discard_alignment; struct device __dev; struct kobject *holder_dir; int policy, partno; |
