aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r--include/linux/blkdev.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 259bd7ad8312..05036e3e3458 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -347,7 +347,7 @@ struct queue_limits {
347extern unsigned int blkdev_nr_zones(struct block_device *bdev); 347extern unsigned int blkdev_nr_zones(struct block_device *bdev);
348extern int blkdev_report_zones(struct block_device *bdev, 348extern int blkdev_report_zones(struct block_device *bdev,
349 sector_t sector, struct blk_zone *zones, 349 sector_t sector, struct blk_zone *zones,
350 unsigned int *nr_zones, gfp_t gfp_mask); 350 unsigned int *nr_zones);
351extern int blkdev_reset_zones(struct block_device *bdev, sector_t sectors, 351extern int blkdev_reset_zones(struct block_device *bdev, sector_t sectors,
352 sector_t nr_sectors, gfp_t gfp_mask); 352 sector_t nr_sectors, gfp_t gfp_mask);
353extern int blk_revalidate_disk_zones(struct gendisk *disk); 353extern int blk_revalidate_disk_zones(struct gendisk *disk);
@@ -1673,8 +1673,7 @@ struct block_device_operations {
1673 /* this callback is with swap_lock and sometimes page table lock held */ 1673 /* this callback is with swap_lock and sometimes page table lock held */
1674 void (*swap_slot_free_notify) (struct block_device *, unsigned long); 1674 void (*swap_slot_free_notify) (struct block_device *, unsigned long);
1675 int (*report_zones)(struct gendisk *, sector_t sector, 1675 int (*report_zones)(struct gendisk *, sector_t sector,
1676 struct blk_zone *zones, unsigned int *nr_zones, 1676 struct blk_zone *zones, unsigned int *nr_zones);
1677 gfp_t gfp_mask);
1678 struct module *owner; 1677 struct module *owner;
1679 const struct pr_ops *pr_ops; 1678 const struct pr_ops *pr_ops;
1680}; 1679};