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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 6690e8bae7bb..413284a51ccc 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -1287,6 +1287,8 @@ struct block_device_operations {
1287 unsigned long long); 1287 unsigned long long);
1288 int (*revalidate_disk) (struct gendisk *); 1288 int (*revalidate_disk) (struct gendisk *);
1289 int (*getgeo)(struct block_device *, struct hd_geometry *); 1289 int (*getgeo)(struct block_device *, struct hd_geometry *);
1290 /* this callback is with swap_lock and sometimes page table lock held */
1291 void (*swap_slot_free_notify) (struct block_device *, unsigned long);
1290 struct module *owner; 1292 struct module *owner;
1291}; 1293};
1292 1294