]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
NFS: correct CONFIG_NFS_V4 macro name in #endif comment
authorEthan Nelson-Moore <enelsonmoore@gmail.com>
Tue, 9 Jun 2026 02:56:04 +0000 (19:56 -0700)
committerAnna Schumaker <anna.schumaker@hammerspace.com>
Tue, 9 Jun 2026 18:33:18 +0000 (14:33 -0400)
A comment in fs/nfs/dir.c incorrectly refers to CONFIG_NFSV4 instead of
CONFIG_NFS_V4. Correct it.

Discovered while searching for CONFIG_* symbols referenced in code but
not defined in any Kconfig file.

Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Signed-off-by: Anna Schumaker <anna.schumaker@hammerspace.com>
fs/nfs/dir.c

index 659e39b1562bc13c7fa9692e29a9d903e19838de..fb8633fa2ac4e4f3ea1072c0ebe1960d4baaf255 100644 (file)
@@ -2299,7 +2299,7 @@ full_reval:
        return nfs_do_lookup_revalidate(dir, name, dentry, flags);
 }
 
-#endif /* CONFIG_NFSV4 */
+#endif /* CONFIG_NFS_V4 */
 
 int nfs_atomic_open_v23(struct inode *dir, struct dentry *dentry,
                        struct file *file, unsigned int open_flags,