NFSD: Clean up _lm_ operation names
[sfrench/cifs-2.6.git] / fs / nfsd / nfs4state.c
index 32063733443d4ed93d39b43fb0e5f5ced1c0d5bf..f932bcd724217fa1452f91c18af1807b4047a163 100644 (file)
@@ -6526,7 +6526,7 @@ nfs4_transform_lock_offset(struct file_lock *lock)
 }
 
 static fl_owner_t
-nfsd4_fl_get_owner(fl_owner_t owner)
+nfsd4_lm_get_owner(fl_owner_t owner)
 {
        struct nfs4_lockowner *lo = (struct nfs4_lockowner *)owner;
 
@@ -6535,7 +6535,7 @@ nfsd4_fl_get_owner(fl_owner_t owner)
 }
 
 static void
-nfsd4_fl_put_owner(fl_owner_t owner)
+nfsd4_lm_put_owner(fl_owner_t owner)
 {
        struct nfs4_lockowner *lo = (struct nfs4_lockowner *)owner;
 
@@ -6570,8 +6570,8 @@ nfsd4_lm_notify(struct file_lock *fl)
 
 static const struct lock_manager_operations nfsd_posix_mng_ops  = {
        .lm_notify = nfsd4_lm_notify,
-       .lm_get_owner = nfsd4_fl_get_owner,
-       .lm_put_owner = nfsd4_fl_put_owner,
+       .lm_get_owner = nfsd4_lm_get_owner,
+       .lm_put_owner = nfsd4_lm_put_owner,
 };
 
 static inline void