]> www.infradead.org Git - users/hch/block.git/commit
md/raid0: don't free conf on raid0_run failure
authorChristoph Hellwig <hch@lst.de>
Tue, 4 Jun 2024 16:44:46 +0000 (18:44 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 6 Jun 2024 09:34:17 +0000 (11:34 +0200)
commite5518b965384001454ec0ff301d2df547218e161
treef2ef3a0e3316f81c789109bf066ea212ba15e540
parent65dc263c3d49b1eb8fb75f39f6cab84b4509d79f
md/raid0: don't free conf on raid0_run failure

The core md code calls the ->free method which already frees conf.

Fixes: 0c031fd37f69 ("md: Move alloc/free acct bioset in to personality")
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/md/raid0.c