The quilt patch titled Subject: nilfs2: add missing description of nilfs_btree_path structure has been removed from the -mm tree. Its filename was nilfs2-add-missing-description-of-nilfs_btree_path-structure.patch This patch was dropped because it was merged into the mm-nonmm-stable branch of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm ------------------------------------------------------ From: Ryusuke Konishi <konishi.ryusuke@xxxxxxxxx> Subject: nilfs2: add missing description of nilfs_btree_path structure Date: Fri, 16 Aug 2024 16:43:16 +0900 Add missing kernel-doc comment for the 'bp_ctxt' member variable of the nilfs_btree_path structure, and eliminate the following warning output by the kenrel-doc script: fs/nilfs2/btree.h:39: warning: Function parameter or struct member 'bp_ctxt' not described in 'nilfs_btree_path' Link: https://lkml.kernel.org/r/20240816074319.3253-6-konishi.ryusuke@xxxxxxxxx Signed-off-by: Ryusuke Konishi <konishi.ryusuke@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/nilfs2/btree.h | 1 + 1 file changed, 1 insertion(+) --- a/fs/nilfs2/btree.h~nilfs2-add-missing-description-of-nilfs_btree_path-structure +++ a/fs/nilfs2/btree.h @@ -24,6 +24,7 @@ * @bp_index: index of child node * @bp_oldreq: ptr end request for old ptr * @bp_newreq: ptr alloc request for new ptr + * @bp_ctxt: context information for changing the key of a b-tree node block * @bp_op: rebalance operation */ struct nilfs_btree_path { _ Patches currently in -mm which might be from konishi.ryusuke@xxxxxxxxx are