mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-29 18:11:20 +00:00
brd: remove unused brd_mutex
Remove unused mutex brd_mutex. It is unused since the commit ff26956875
("brd: remove support for BLKFLSBUF").
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
79f720a751
commit
15f7b41f70
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ struct brd_device {
|
||||||
/*
|
/*
|
||||||
* Look up and return a brd's page for a given sector.
|
* 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)
|
static struct page *brd_lookup_page(struct brd_device *brd, sector_t sector)
|
||||||
{
|
{
|
||||||
pgoff_t idx;
|
pgoff_t idx;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue