* [PATCH] filemap: fix htmldoc warning for mapping_align_index()
@ 2024-08-27 8:42 Pankaj Raghav (Samsung)
2024-08-30 13:14 ` Christian Brauner
0 siblings, 1 reply; 2+ messages in thread
From: Pankaj Raghav (Samsung) @ 2024-08-27 8:42 UTC (permalink / raw)
To: brauner, sfr; +Cc: linux-next, mcgrof, willy, linux-fsdevel, Pankaj Raghav
From: Pankaj Raghav <p.raghav@samsung.com>
Stephen reported that there is a kernel build warning due to a missing
description of a parameter in mapping_align_index().
Add the missing index parameter in the comment description.
Signed-off-by: Pankaj Raghav <p.raghav@samsung.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: c104d25f8c49 ("filemap: allocate mapping_min_order folios in the page cache")
---
This applies to the vfs.blocksize branch on the vfs tree.
include/linux/pagemap.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/linux/pagemap.h b/include/linux/pagemap.h
index 55b254d951da..6c0dde447c98 100644
--- a/include/linux/pagemap.h
+++ b/include/linux/pagemap.h
@@ -470,6 +470,7 @@ mapping_min_folio_nrpages(struct address_space *mapping)
/**
* mapping_align_index() - Align index for this mapping.
* @mapping: The address_space.
+ * @index: The page index.
*
* The index of a folio must be naturally aligned. If you are adding a
* new folio to the page cache and need to know what index to give it,
--
2.44.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] filemap: fix htmldoc warning for mapping_align_index()
2024-08-27 8:42 [PATCH] filemap: fix htmldoc warning for mapping_align_index() Pankaj Raghav (Samsung)
@ 2024-08-30 13:14 ` Christian Brauner
0 siblings, 0 replies; 2+ messages in thread
From: Christian Brauner @ 2024-08-30 13:14 UTC (permalink / raw)
To: Pankaj Raghav (Samsung)
Cc: Christian Brauner, linux-next, mcgrof, willy, linux-fsdevel,
Pankaj Raghav, sfr
On Tue, 27 Aug 2024 10:42:07 +0200, Pankaj Raghav (Samsung) wrote:
> Stephen reported that there is a kernel build warning due to a missing
> description of a parameter in mapping_align_index().
>
> Add the missing index parameter in the comment description.
>
>
Applied to the vfs.blocksize branch of the vfs/vfs.git tree.
Patches in the vfs.blocksize branch should appear in linux-next soon.
Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.
It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.
Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.blocksize
[1/1] filemap: fix htmldoc warning for mapping_align_index()
https://git.kernel.org/vfs/vfs/c/18b184171112
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-30 13:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-27 8:42 [PATCH] filemap: fix htmldoc warning for mapping_align_index() Pankaj Raghav (Samsung)
2024-08-30 13:14 ` Christian Brauner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).