]> www.infradead.org Git - users/hch/block.git/commit
md: don't initialize queue limits
authorChristoph Hellwig <hch@lst.de>
Mon, 26 Feb 2024 14:06:19 +0000 (15:06 +0100)
committerChristoph Hellwig <hch@lst.de>
Mon, 26 Feb 2024 16:21:07 +0000 (11:21 -0500)
commit6e2a602a10a0d664600feb5afabc8ff3c85b5258
treebe18074ac08dca5688d10a5b6ab0eb7f833d2f7e
parent8635b258e9ed38bc01a0a06635e92873ab639d14
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>
drivers/md/md.c