md: don't initialize queue limits
authorChristoph Hellwig <hch@lst.de>
Sun, 3 Mar 2024 14:01:48 +0000 (07:01 -0700)
committerSong Liu <song@kernel.org>
Wed, 6 Mar 2024 16:59:53 +0000 (08:59 -0800)
commit81a16e19d545fd244ad176f7222d92b67215a33b
treecdd1030aad6ef0b3855c9088d5e94eb4f9c9a839
parent3d8466ba68d444f5528dcbff106e8bf5c7d51aa0
md: don't initialize queue limits

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

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed--by: Song Liu <song@kernel.org>
Tested-by: Song Liu <song@kernel.org>
Signed-off-by: Song Liu <song@kernel.org>
Link: https://lore.kernel.org/r/20240303140150.5435-10-hch@lst.de
drivers/md/md.c