File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -276,7 +276,7 @@ static const struct block_device_operations pcd_bdops = {
276
276
.release = pcd_block_release ,
277
277
.ioctl = pcd_block_ioctl ,
278
278
#ifdef CONFIG_COMPAT
279
- .ioctl = blkdev_compat_ptr_ioctl ,
279
+ .compat_ioctl = blkdev_compat_ptr_ioctl ,
280
280
#endif
281
281
.check_events = pcd_block_check_events ,
282
282
};
Original file line number Diff line number Diff line change @@ -519,7 +519,7 @@ static const struct block_device_operations gdrom_bdops = {
519
519
.check_events = gdrom_bdops_check_events ,
520
520
.ioctl = gdrom_bdops_ioctl ,
521
521
#ifdef CONFIG_COMPAT
522
- .ioctl = blkdev_compat_ptr_ioctl ,
522
+ .compat_ioctl = blkdev_compat_ptr_ioctl ,
523
523
#endif
524
524
};
525
525
Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ static const struct block_device_operations ide_gd_ops = {
361
361
.release = ide_gd_release ,
362
362
.ioctl = ide_gd_ioctl ,
363
363
#ifdef CONFIG_COMPAT
364
- .ioctl = ide_gd_compat_ioctl ,
364
+ .compat_ioctl = ide_gd_compat_ioctl ,
365
365
#endif
366
366
.getgeo = ide_gd_getgeo ,
367
367
.check_events = ide_gd_check_events ,
Original file line number Diff line number Diff line change @@ -688,7 +688,7 @@ static const struct block_device_operations sr_bdops =
688
688
.release = sr_block_release ,
689
689
.ioctl = sr_block_ioctl ,
690
690
#ifdef CONFIG_COMPAT
691
- .ioctl = sr_block_compat_ioctl ,
691
+ .compat_ioctl = sr_block_compat_ioctl ,
692
692
#endif
693
693
.check_events = sr_block_check_events ,
694
694
.revalidate_disk = sr_block_revalidate_disk ,
You can’t perform that action at this time.
0 commit comments