diff options
Diffstat (limited to 'drivers/block/xen-blkfront.c')
-rw-r--r-- | drivers/block/xen-blkfront.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/xen-blkfront.c b/drivers/block/xen-blkfront.c index 76af65b654e3..9119cd3d56a4 100644 --- a/drivers/block/xen-blkfront.c +++ b/drivers/block/xen-blkfront.c | |||
@@ -1045,7 +1045,7 @@ static const struct block_device_operations xlvbd_block_fops = | |||
1045 | .open = blkif_open, | 1045 | .open = blkif_open, |
1046 | .release = blkif_release, | 1046 | .release = blkif_release, |
1047 | .getgeo = blkif_getgeo, | 1047 | .getgeo = blkif_getgeo, |
1048 | .locked_ioctl = blkif_ioctl, | 1048 | .ioctl = blkif_ioctl, |
1049 | }; | 1049 | }; |
1050 | 1050 | ||
1051 | 1051 | ||