NFSD: Clean up _lm_ operation names
authorChuck Lever <chuck.lever@oracle.com>
Wed, 16 Feb 2022 16:26:06 +0000 (11:26 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Wed, 16 Feb 2022 17:39:03 +0000 (12:39 -0500)
commit5d9ee6ee7b00d35c493715de9e6dad32fc2989cb
tree9532c3123db9ba4131e56dcf3476f8ba06ba326b
parentf2306a4ac2b155e6cd416f432626d1e8b12359c8
NFSD: Clean up _lm_ operation names

The common practice is to name function instances the same as the
method names, but with a uniquifying prefix. Commit aef9583b234a
("NFSD: Get reference of lockowner when coping file_lock") missed
this -- the new function names should both have been of the form
"nfsd4_lm_*".

Before more lock manager operations are added in NFSD, rename these
two functions for consistency.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/nfs4state.c