diff options
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/xen-blkfront.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c index ae5f92b5752e..67d9bfab59fa 100644 --- a/drivers/block/xen-blkfront.c +++ b/drivers/block/xen-blkfront.c | |||
@@ -1232,6 +1232,7 @@ static int blkif_release(struct gendisk *disk, fmode_t mode) | |||
1232 | kfree(info); | 1232 | kfree(info); |
1233 | } | 1233 | } |
1234 | 1234 | ||
1235 | out: | ||
1235 | unlock_kernel(); | 1236 | unlock_kernel(); |
1236 | return 0; | 1237 | return 0; |
1237 | } | 1238 | } |