]> www.infradead.org Git - users/hch/block.git/commit
block: dev_t components are unsigned dev_t-unsigned
authorChristoph Hellwig <hch@lst.de>
Fri, 27 Oct 2023 05:34:08 +0000 (07:34 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 27 Oct 2023 05:36:28 +0000 (07:36 +0200)
commit1bc09c5d03e17b7af64cdf96f4908bdc3ff2ee1b
tree990163edd12423ed92ff42b7898b0640d3282ba6
parent0c696bb38f4cc0f0f90a8e06ae1eda21a9630cd0
block: dev_t components are unsigned

... thus mark the major, first_minor and minors fields in struct gendisk
as such.

Signed-off-by: Christoph Hellwig <hch@lst.de>
block/genhd.c
include/linux/blkdev.h