diff options
Diffstat (limited to 'drivers/block/xen-blkfront.c')
-rw-r--r-- | drivers/block/xen-blkfront.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c index 1a50ae70f716..7efac80c8dde 100644 --- a/drivers/block/xen-blkfront.c +++ b/drivers/block/xen-blkfront.c | |||
@@ -1041,8 +1041,8 @@ static int blkif_release(struct inode *inode, struct file *filep) | |||
1041 | static struct block_device_operations xlvbd_block_fops = | 1041 | static struct block_device_operations xlvbd_block_fops = |
1042 | { | 1042 | { |
1043 | .owner = THIS_MODULE, | 1043 | .owner = THIS_MODULE, |
1044 | .open = blkif_open, | 1044 | .__open = blkif_open, |
1045 | .release = blkif_release, | 1045 | .__release = blkif_release, |
1046 | .getgeo = blkif_getgeo, | 1046 | .getgeo = blkif_getgeo, |
1047 | .ioctl = blkif_ioctl, | 1047 | .ioctl = blkif_ioctl, |
1048 | }; | 1048 | }; |