Message ID | 20241221093710.926309-5-yukuai1@huaweicloud.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | lib/sbitmap: fix shallow_depth tag allocation | expand |
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 5d40af2ef971..8656ac4c3069 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -523,7 +523,7 @@ struct request_queue { /* * queue settings */ - unsigned long nr_requests; /* Max # of requests */ + unsigned int nr_requests; /* Max # of requests */ #ifdef CONFIG_BLK_INLINE_ENCRYPTION struct blk_crypto_profile *crypto_profile;