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>
Fri, 11 Mar 2022 15:25:16 +0000 (10:25 -0500)
commit35aff0678f99b0623bb72d50112de9e163a19559
tree411e1de1c45ee4fb6d2451b15a837c7fa40d895a
parentf3e4080edd2754abbdc3daf9881b1f6e168c6669
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