On 3/5/21 4:44 PM, Greg KH wrote: > On Fri, Mar 05, 2021 at 02:57:20PM +0800, Jeffle Xu wrote: >> Similar to commit a4c8dd9c2d09 ("dm table: fix iterate_devices based >> device capability checks"), fix partial completion capability check and >> invert logic of the corresponding iterate_devices_callout_fn so that all >> devices' partial completion capabilities are properly checked. >> >> Signed-off-by: Jeffle Xu <jefflexu@xxxxxxxxxxxxxxxxx> >> Fixes: 22c11858e800 ("dm: introduce DM_TYPE_NVME_BIO_BASED") >> --- >> drivers/md/dm-table.c | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) > > Why isn't this a commit in Linus's tree? That needs to be really really > explicitly documented here. Sorry, as I stated in the reply in the patch set for 4.19. (The replying mail doesn't appear in the archive yet, so I just copy the content here in the quotation format.) > Similarly, the code this patch fixes, i.e., commit 22c11858e800 ("dm: > introduce DM_TYPE_NVME_BIO_BASED"), was removed since commit > 9c37de297f65 ("dm: remove special-casing of bio-based immutable > singleton target on NVMe") in v5.10. Thus the code base doesn't exist in > the latest master branch. > > It needs Mike's review. I could update the commit log and document all the information once Mike has reviewed. -- Thanks, Jeffle