]> git.ipfire.org Git - thirdparty/linux.git/commit
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)
commit7cf5e4fc36d3a77467dd0d02a45371ea4350410b
treee97d0e15e6ee2e88a4edc752d9e5a7d686577cf1
parent4837fb36219e6c08b666bc31a86841bad8526358
NFS: correct CONFIG_NFS_V4 macro name in #endif comment

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