Browse Source

xen-blkfront: fix missing out label

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Jens Axboe 15 years ago
parent
commit
a4cc14ec9f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/block/xen-blkfront.c

+ 1 - 0
drivers/block/xen-blkfront.c

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