Skip to content

Commit 47b5e00

Browse files
Christoph Hellwigaxboe
authored andcommitted
block: remove the unused bd_private field from struct block_device
Reviewed-by: Johannes Thumshirn <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
1 parent e556f6b commit 47b5e00

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

include/linux/blk_types.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@ struct block_device {
4141
struct gendisk * bd_disk;
4242
struct backing_dev_info *bd_bdi;
4343
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;
5144

5245
/* The counter of freeze processes */
5346
int bd_fsfreeze_count;

0 commit comments

Comments
 (0)