linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] netfs: Fix kdoc of netfs_read_subreq_progress()
@ 2024-10-16 14:48 David Howells
  2024-10-16 14:55 ` Jeff Layton
  2024-10-17 11:03 ` David Howells
  0 siblings, 2 replies; 3+ messages in thread
From: David Howells @ 2024-10-16 14:48 UTC (permalink / raw)
  To: Christian Brauner; +Cc: dhowells, Jeff Layton, netfs, linux-fsdevel

Fix missing param description in kdoc of netfs_read_subreq_progress().

Fixes: ee4cdf7ba857 ("netfs: Speed up buffered reading")
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Jeff Layton <jlayton@kernel.org>
cc: netfs@lists.linux.dev
cc: linux-fsdevel@vger.kernel.org
---
 fs/netfs/read_collect.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/fs/netfs/read_collect.c b/fs/netfs/read_collect.c
index 266ec8d20d92..2ef54d83cf59 100644
--- a/fs/netfs/read_collect.c
+++ b/fs/netfs/read_collect.c
@@ -508,6 +508,7 @@ void netfs_wake_read_collector(struct netfs_io_request *rreq)
 
 /**
  * netfs_read_subreq_progress - Note progress of a read operation.
+ * @subreq: The I/O request that has made progress.
  *
  * This tells the read side of netfs lib that a contributory I/O operation has
  * made some progress and that it may be possible to unlock some folios.


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-10-17 11:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-16 14:48 [PATCH] netfs: Fix kdoc of netfs_read_subreq_progress() David Howells
2024-10-16 14:55 ` Jeff Layton
2024-10-17 11:03 ` David Howells

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).