Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;