Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4cc14ec authored by Jens Axboe's avatar Jens Axboe
Browse files

xen-blkfront: fix missing out label



Signed-off-by: default avatarJens Axboe <jaxboe@fusionio.com>
parent 18edc8ea
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1232,6 +1232,7 @@ static int blkif_release(struct gendisk *disk, fmode_t mode)
		kfree(info);
	}

out:
	unlock_kernel();
	return 0;
}