Commit 15f7b41f authored by Mikulas Patocka's avatar Mikulas Patocka Committed by Jens Axboe

brd: remove unused brd_mutex

Remove unused mutex brd_mutex. It is unused since the commit ff269568
("brd: remove support for BLKFLSBUF").
Signed-off-by: default avatarMikulas Patocka <mpatocka@redhat.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 79f720a7
......@@ -60,7 +60,6 @@ struct brd_device {
/*
* Look up and return a brd's page for a given sector.
*/
static DEFINE_MUTEX(brd_mutex);
static struct page *brd_lookup_page(struct brd_device *brd, sector_t sector)
{
pgoff_t idx;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment