1
0
Fork 0

xen-blkfront: fix missing out label

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
hifive-unleashed-5.1
Jens Axboe 2010-08-08 21:50:05 -04:00
parent 18edc8eaa6
commit a4cc14ec9f
1 changed files with 1 additions and 0 deletions

View File

@ -1232,6 +1232,7 @@ static int blkif_release(struct gendisk *disk, fmode_t mode)
kfree(info);
}
out:
unlock_kernel();
return 0;
}