Skip to content

Commit

Permalink
xen-blkfront: fix missing out label
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
  • Loading branch information
Jens Axboe committed Aug 9, 2010
1 parent 18edc8e commit a4cc14e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/block/xen-blkfront.c
Original file line number Diff line number Diff line change
Expand Up @@ -1232,6 +1232,7 @@ static int blkif_release(struct gendisk *disk, fmode_t mode)
kfree(info);
}

out:
unlock_kernel();
return 0;
}
Expand Down

0 comments on commit a4cc14e

Please sign in to comment.