Files
linux/drivers/block
Zhu Yanjun ffe936666b null_blk: Fix missing mutex_destroy() at module removal
[ Upstream commit 07d1b99825 ]

When a mutex lock is not used any more, the function mutex_destroy
should be called to mark the mutex lock uninitialized.

Fixes: f2298c0403 ("null_blk: multi queue aware block test driver")
Signed-off-by: Zhu Yanjun <yanjun.zhu@linux.dev>
Link: https://lore.kernel.org/r/20240425171635.4227-1-yanjun.zhu@linux.dev
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-08-02 12:06:49 +01:00
..
2023-01-04 14:44:13 -07:00
2022-06-28 06:33:15 -06:00
2024-03-26 18:19:17 -04:00
2022-06-28 06:33:15 -06:00
2023-01-29 15:18:35 -07:00
2023-08-10 08:32:59 -06:00