mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
xen-blkfront: fix missing out label
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
This commit is contained in:
parent
18edc8eaa6
commit
a4cc14ec9f
@ -1232,6 +1232,7 @@ static int blkif_release(struct gendisk *disk, fmode_t mode)
|
||||
kfree(info);
|
||||
}
|
||||
|
||||
out:
|
||||
unlock_kernel();
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user