Skip to content

Commit db003a2

Browse files
committed
netfs: fix kernel doc for nets_wait_for_outstanding_io()
The @iNode parameter wasn't documented leading to new doc build warnings. Fixes: f89ea63 ("netfs, 9p: Fix race between umount and async request completion") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Christian Brauner <[email protected]>
1 parent 0c07c27 commit db003a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/netfs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ static inline struct fscache_cookie *netfs_i_cookie(struct netfs_inode *ctx)
521521

522522
/**
523523
* netfs_wait_for_outstanding_io - Wait for outstanding I/O to complete
524-
* @ctx: The netfs inode to wait on
524+
* @inode: The netfs inode to wait on
525525
*
526526
* Wait for outstanding I/O requests of any type to complete. This is intended
527527
* to be called from inode eviction routines. This makes sure that any

0 commit comments

Comments
 (0)