Initial queue limits are now set from ->run.  Remove the superfluous
initialization in md_alloc and level_store.

Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed--by: Song Liu <[email protected]>
Tested-by: Song Liu <[email protected]>
---
 drivers/md/md.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/md/md.c b/drivers/md/md.c
index 9a7f3d2b8c2d16..f564ad051a427d 100644
--- a/drivers/md/md.c
+++ b/drivers/md/md.c
@@ -4173,7 +4173,6 @@ level_store(struct mddev *mddev, const char *buf, size_t 
len)
                mddev->in_sync = 1;
                del_timer_sync(&mddev->safemode_timer);
        }
-       blk_set_stacking_limits(&mddev->queue->limits);
        pers->run(mddev);
        set_bit(MD_SB_CHANGE_DEVS, &mddev->sb_flags);
        if (!mddev->thread)
@@ -5859,7 +5858,6 @@ struct mddev *md_alloc(dev_t dev, char *name)
        disk->private_data = mddev;
 
        mddev->queue = disk->queue;
-       blk_set_stacking_limits(&mddev->queue->limits);
        blk_queue_write_cache(mddev->queue, true, true);
        disk->events |= DISK_EVENT_MEDIA_CHANGE;
        mddev->gendisk = disk;
-- 
2.39.2


Reply via email to