diff options
author | Yu Kuai <yukuai3@huawei.com> | 2025-05-06 20:49:03 +0800 |
---|---|---|
committer | Yu Kuai <yukuai3@huawei.com> | 2025-05-10 16:14:22 +0800 |
commit | 752d0464b78a5b28682256ed7a057106119e1d1a (patch) | |
tree | bca0a88313e8e6587d59e7dcb266aa942127440e /include/linux/blkdev.h | |
parent | e5797ae7033f39ae5fea49223337762c84ea08a0 (diff) |
md: clean up accounting for issued sync IO
It's no longer used and can be removed, also remove the field
'gendisk->sync_io'.
Link: https://lore.kernel.org/linux-raid/20250506124903.2540268-10-yukuai1@huaweicloud.com
Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Reviewed-by: Xiao Ni <xni@redhat.com>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 52b7a27c46e8..ad75dee3b213 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -182,7 +182,6 @@ struct gendisk { struct list_head slave_bdevs; #endif struct timer_rand_state *random; - atomic_t sync_io; /* RAID */ struct disk_events *ev; #ifdef CONFIG_BLK_DEV_ZONED |