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