]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/block/nbd.c
[PATCH] beginning of methods conversion
[linux-2.6-omap-h63xx.git] / drivers / block / nbd.c
index 9034ca585afd710d6425d53f7b6357c13357a6af..36015e0945b1a0fdf95c21f137a59e573d7a6f03 100644 (file)
@@ -691,7 +691,7 @@ static int nbd_ioctl(struct inode *inode, struct file *file,
 static struct block_device_operations nbd_fops =
 {
        .owner =        THIS_MODULE,
-       .ioctl =        nbd_ioctl,
+       .__ioctl =      nbd_ioctl,
 };
 
 /*