projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cf34d9
)
block: remove an outdated comment on the bd_dev field
author
Christoph Hellwig
<hch@lst.de>
Mon, 31 Aug 2020 18:02:35 +0000
(20:02 +0200)
committer
Jens Axboe
<axboe@kernel.dk>
Tue, 1 Sep 2020 22:49:26 +0000
(16:49 -0600)
kdev_t is long gone, so we don't need to comment a field isn't one..
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/blk_types.h
patch
|
blob
|
history
diff --git
a/include/linux/blk_types.h
b/include/linux/blk_types.h
index 63a39e47fc604701d9241df4173a7573665e764d..59d9150165c490c8e48af08a83fe680ef11d7c5f 100644
(file)
--- a/
include/linux/blk_types.h
+++ b/
include/linux/blk_types.h
@@
-20,7
+20,7
@@
typedef void (bio_end_io_t) (struct bio *);
struct bio_crypt_ctx;
struct block_device {
- dev_t bd_dev;
/* not a kdev_t - it's a search key */
+ dev_t bd_dev;
int bd_openers;
struct inode * bd_inode; /* will die */
struct super_block * bd_super;