提交 15f7b41f 编写于 作者: M Mikulas Patocka 提交者: 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: NMikulas Patocka <mpatocka@redhat.com>
Signed-off-by: NJens Axboe <axboe@kernel.dk>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册