mirror of https://gitee.com/openkylin/linux.git
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