We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e556f6b commit 47b5e00Copy full SHA for 47b5e00
include/linux/blk_types.h
@@ -41,13 +41,6 @@ struct block_device {
41
struct gendisk * bd_disk;
42
struct backing_dev_info *bd_bdi;
43
struct list_head bd_list;
44
- /*
45
- * Private data. You must have bd_claim'ed the block_device
46
- * to use this. NOTE: bd_claim allows an owner to claim
47
- * the same device multiple times, the owner must take special
48
- * care to not mess up bd_private for that case.
49
- */
50
- unsigned long bd_private;
51
52
/* The counter of freeze processes */
53
int bd_fsfreeze_count;
0 commit comments