Commit 35aff06
committed
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 aef9583
("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>1 parent f3e4080 commit 35aff06
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6526 | 6526 | | |
6527 | 6527 | | |
6528 | 6528 | | |
6529 | | - | |
| 6529 | + | |
6530 | 6530 | | |
6531 | 6531 | | |
6532 | 6532 | | |
| |||
6535 | 6535 | | |
6536 | 6536 | | |
6537 | 6537 | | |
6538 | | - | |
| 6538 | + | |
6539 | 6539 | | |
6540 | 6540 | | |
6541 | 6541 | | |
| |||
6570 | 6570 | | |
6571 | 6571 | | |
6572 | 6572 | | |
6573 | | - | |
6574 | | - | |
| 6573 | + | |
| 6574 | + | |
6575 | 6575 | | |
6576 | 6576 | | |
6577 | 6577 | | |
| |||
0 commit comments