mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 16:13:19 +09:00
Revert "block: remove devnode callback from struct block_device_operations"
This reverts commit 85d6ce58e4.
We're reinstating the pktcdvd driver, which needs this API.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
@@ -1395,6 +1395,7 @@ struct block_device_operations {
|
||||
void (*swap_slot_free_notify) (struct block_device *, unsigned long);
|
||||
int (*report_zones)(struct gendisk *, sector_t sector,
|
||||
unsigned int nr_zones, report_zones_cb cb, void *data);
|
||||
char *(*devnode)(struct gendisk *disk, umode_t *mode);
|
||||
/* returns the length of the identifier or a negative errno: */
|
||||
int (*get_unique_id)(struct gendisk *disk, u8 id[16],
|
||||
enum blk_unique_id id_type);
|
||||
|
||||
Reference in New Issue
Block a user