]> 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>
Sat, 2 Mar 2024 14:12:06 +0000 (07:12 -0700)
commita3ef4dfc284601c6f47d1aa9b188d8254ded3a97
treeac9d23905e49d8a7fd8f683e69a79885eb6ad7ec
parent8989340bf542f3bfe23f0b4d09804428a84f8844
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>
drivers/md/md.c