]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
fs: remove stale inode_insert5() kernel-doc parameter
authorYichong Chen <chenyichong@uniontech.com>
Wed, 5 Aug 2026 02:41:49 +0000 (10:41 +0800)
committerChristian Brauner <brauner@kernel.org>
Wed, 12 Aug 2026 09:36:40 +0000 (11:36 +0200)
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>
fs/inode.c

index 238fcd1cad6e4db9c2eeaaa6a1ea7df0bffb85a2..ba7da39be4a315b39c3266fb6cd8cff1f0cb3be5 100644 (file)
@@ -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