Skip to content

Commit ac83896

Browse files
Hongbo Librauner
authored andcommitted
iomap: Describe @Private in iomap_readahead()
The kernel test rebot reports the kernel-doc warning: ``` Warning: fs/iomap/buffered-io.c:624 function parameter 'private' not described in 'iomap_readahead' ``` The former commit in "iomap: stash iomap read ctx in the private field of iomap_iter" has added a new parameter @Private to iomap_readahead(), so let's describe the parameter. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202601261111.vIL9rhgD-lkp@intel.com/ Fixes: 8806f27 ("iomap: stash iomap read ctx in the private field of iomap_iter") Signed-off-by: Hongbo Li <lihongbo22@huawei.com> Link: https://patch.msgid.link/20260213022812.766187-1-lihongbo22@huawei.com Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Christian Brauner <brauner@kernel.org>
1 parent 81f16c9 commit ac83896

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/iomap/buffered-io.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,7 @@ static int iomap_readahead_iter(struct iomap_iter *iter,
625625
* iomap_readahead - Attempt to read pages from a file.
626626
* @ops: The operations vector for the filesystem.
627627
* @ctx: The ctx used for issuing readahead.
628+
* @private: The filesystem-specific information for issuing iomap_iter.
628629
*
629630
* This function is for filesystems to call to implement their readahead
630631
* address_space operation.

0 commit comments

Comments
 (0)