Re: [PATCH] block: move definition of blk_qc_t to types.h
From: JeffleXu <jefflexu@linux.alibaba.com>
Date: 2020-12-23 01:02:46
Also in:
linux-fsdevel
From: JeffleXu <jefflexu@linux.alibaba.com>
Date: 2020-12-23 01:02:46
Also in:
linux-fsdevel
On 12/22/20 9:30 PM, Christoph Hellwig wrote:
quoted
-typedef unsigned int blk_qc_t; #define BLK_QC_T_NONE -1U #define BLK_QC_T_SHIFT 16 #define BLK_QC_T_INTERNAL (1U << 31)I think we need a comment here explaining these are the values for blk_qc_t at least.
Regards. Thanks. -- Thanks, Jeffle