Commit a4cc14ec authored by Jens Axboe's avatar Jens Axboe

xen-blkfront: fix missing out label

Signed-off-by: default avatarJens Axboe <jaxboe@fusionio.com>
parent 18edc8ea
...@@ -1232,6 +1232,7 @@ static int blkif_release(struct gendisk *disk, fmode_t mode) ...@@ -1232,6 +1232,7 @@ static int blkif_release(struct gendisk *disk, fmode_t mode)
kfree(info); kfree(info);
} }
out:
unlock_kernel(); unlock_kernel();
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment