X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=drivers%2Fblock%2Fxen-blkfront.c;h=9119cd3d56a43246a57fb1fad1aa0276e5186656;hb=8a6cfeb6deca3a8fefd639d898b0d163c0b5d368;hp=76af65b654e3ff429362c8c99aa91c09d87f90e5;hpb=34484062445fe905bf02c72f87ddda21881acda3;p=mirror_ubuntu-bionic-kernel.git 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 = .open = blkif_open, .release = blkif_release, .getgeo = blkif_getgeo, - .locked_ioctl = blkif_ioctl, + .ioctl = blkif_ioctl, };