mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 10:01:41 +00:00
loop: remove (now) unused 'out' label
gcc, righfully, complains: drivers/block/loop.c:1369:1: warning: label 'out' defined but not used [-Wunused-label] Kill it. Signed-off-by: Jens Axboe <axboe@fb.com>
This commit is contained in:
parent
a05e578055
commit
6a92700758
@ -1388,7 +1388,6 @@ static void lo_release(struct gendisk *disk, fmode_t mode)
|
||||
loop_flush(lo);
|
||||
}
|
||||
|
||||
out:
|
||||
mutex_unlock(&lo->lo_ctl_mutex);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user