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>
Mon, 28 Feb 2022 15:26:40 +0000 (10:26 -0500)
commitecdc0fb11faac4e63bcdeb8df51c688fbdc536d2
tree007794d2978056fbc2bb4e877ee4ef9beeaf269e
parent992f06f90b84ba5a458ae6adb39519629f317431
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