mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-04 04:02:26 +00:00
netfs: fix kernel doc for nets_wait_for_outstanding_io()
The @inode parameter wasn't documented leading to new doc build
warnings.
Fixes: f89ea63f1c
("netfs, 9p: Fix race between umount and async request completion")
Link: https://lore.kernel.org/r/20240528133050.7e09d78e@canb.auug.org.au
Signed-off-by: Christian Brauner <brauner@kernel.org>
This commit is contained in:
parent
0c07c273a5
commit
db003a28e0
@ -521,7 +521,7 @@ static inline struct fscache_cookie *netfs_i_cookie(struct netfs_inode *ctx)
|
||||
|
||||
/**
|
||||
* netfs_wait_for_outstanding_io - Wait for outstanding I/O to complete
|
||||
* @ctx: The netfs inode to wait on
|
||||
* @inode: The netfs inode to wait on
|
||||
*
|
||||
* Wait for outstanding I/O requests of any type to complete. This is intended
|
||||
* to be called from inode eviction routines. This makes sure that any
|
||||
|
Loading…
Reference in New Issue
Block a user