]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/block/xen-blkfront.c
[PATCH] beginning of methods conversion
[linux-2.6-omap-h63xx.git] / drivers / block / xen-blkfront.c
index 1a50ae70f716a28d2ca2146196fa4fc60f7e1f1a..7efac80c8dde3a0ed2cd69a1831a081e9236902f 100644 (file)
@@ -1041,8 +1041,8 @@ static int blkif_release(struct inode *inode, struct file *filep)
 static struct block_device_operations xlvbd_block_fops =
 {
        .owner = THIS_MODULE,
-       .open = blkif_open,
-       .release = blkif_release,
+       .__open = blkif_open,
+       .__release = blkif_release,
        .getgeo = blkif_getgeo,
        .ioctl = blkif_ioctl,
 };