diff options
| author | Yichong Chen <chenyichong@uniontech.com> | 2026-08-05 10:41:49 +0800 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2026-08-12 11:36:40 +0200 |
| commit | 400696d41b469610a260a6c8a532ccfc977c91fe (patch) | |
| tree | f7749f320cd0bc0b17946499c6c1091a372d76ab | |
| parent | ed6e2047da1f64fb3d88af21627255114f07f9a1 (diff) | |
| download | linux-stable-400696d41b469610a260a6c8a532ccfc977c91fe.tar.gz linux-stable-400696d41b469610a260a6c8a532ccfc977c91fe.zip | |
fs: remove stale inode_insert5() kernel-doc parameter
inode_insert5() no longer has an isnew argument, but its
kernel-doc still documents one. This triggers a W=1 kernel-doc
warning.
Remove the stale parameter description.
Signed-off-by: Yichong Chen <chenyichong@uniontech.com>
Link: https://patch.msgid.link/20260805024149.935769-1-chenyichong@uniontech.com
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
| -rw-r--r-- | fs/inode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/inode.c b/fs/inode.c index 238fcd1cad6e..ba7da39be4a3 100644 --- a/fs/inode.c +++ b/fs/inode.c @@ -1282,7 +1282,6 @@ EXPORT_SYMBOL(unlock_two_nondirectories); * @test: callback used for comparisons between inodes * @set: callback used to initialize a new struct inode * @data: opaque data pointer to pass to @test and @set - * @isnew: pointer to a bool which will indicate whether I_NEW is set * * Search for the inode specified by @hashval and @data in the inode cache, * and if present return it with an increased reference count. This is a |
