* [folded-merged] jfs-implement-migrate_folio-for-jfs_metapage_aops-fix.patch removed from -mm tree
@ 2025-05-13 6:41 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-05-13 6:41 UTC (permalink / raw)
To: mm-commits, ziy, willy, wangkefeng.wang, shaggy, lkp, jane.chu,
donettom, david, dan.carpenter, apopple, shivankg, akpm
The quilt patch titled
Subject: jfs: fix kernel-doc warning in jfs_metapage.c
has been removed from the -mm tree. Its filename was
jfs-implement-migrate_folio-for-jfs_metapage_aops-fix.patch
This patch was dropped because it was folded into jfs-implement-migrate_folio-for-jfs_metapage_aops.patch
------------------------------------------------------
From: Shivank Garg <shivankg@amd.com>
Subject: jfs: fix kernel-doc warning in jfs_metapage.c
Date: Thu, 1 May 2025 11:10:54 +0000
Change comment style from "/**" to "/*" as the metapage_migrate_folio
function comment is not kernel-doc.
Link: https://lkml.kernel.org/r/1967593d-8084-4a4a-b384-35d5adc54eb4@amd.com
Signed-off-by: Shivank Garg <shivankg@amd.com>
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202505011647.L0LGO7Lm-lkp@intel.com/
Cc: Alistair Popple <apopple@nvidia.com>
Cc: Dan Carpenter <dan.carpenter@linaro.org>
Cc: Dave Kleikamp <shaggy@kernel.org>
Cc: David Hildenbrand <david@redhat.com>
Cc: Donet Tom <donettom@linux.ibm.com>
Cc: Jane Chu <jane.chu@oracle.com>
Cc: Kefeng Wang <wangkefeng.wang@huawei.com>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Zi Yan <ziy@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
fs/jfs/jfs_metapage.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/fs/jfs/jfs_metapage.c~jfs-implement-migrate_folio-for-jfs_metapage_aops-fix
+++ a/fs/jfs/jfs_metapage.c
@@ -629,7 +629,7 @@ static bool metapage_release_folio(struc
return ret;
}
-/**
+/*
* metapage_migrate_folio - Migration function for JFS metapages
*/
static int metapage_migrate_folio(struct address_space *mapping, struct folio *dst,
_
Patches currently in -mm which might be from shivankg@amd.com are
mm-add-folio_expected_ref_count-for-reference-count-calculation.patch
jfs-implement-migrate_folio-for-jfs_metapage_aops.patch
jfs-implement-migrate_folio-for-jfs_metapage_aops-fix-3.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-05-13 6:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-13 6:41 [folded-merged] jfs-implement-migrate_folio-for-jfs_metapage_aops-fix.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.