summaryrefslogtreecommitdiff
path: root/include/linux/genhd.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-08-31 21:02:34 +0300
committerJens Axboe <axboe@kernel.dk>2020-09-02 01:49:26 +0300
commit7cf34d97ab45203b975396393ded9d3867dfa8bf (patch)
tree67f8c18b472ef61230e37cd14c200fc3e2a9396e /include/linux/genhd.h
parent7b8917f5e29c377be1db5680249fe30e038cb3eb (diff)
downloadlinux-7cf34d97ab45203b975396393ded9d3867dfa8bf.tar.xz
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.h1
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;