diff options
| -rw-r--r-- | fs/nfsd/nfs4callback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4callback.c b/fs/nfsd/nfs4callback.c index 3ddc9fb2e358..3fd7136321ca 100644 --- a/fs/nfsd/nfs4callback.c +++ b/fs/nfsd/nfs4callback.c | |||
| @@ -490,8 +490,8 @@ out_put_cred: | |||
| 490 | * Success or failure, now we're either waiting for lease expiration | 490 | * Success or failure, now we're either waiting for lease expiration |
| 491 | * or deleg_return. | 491 | * or deleg_return. |
| 492 | */ | 492 | */ |
| 493 | nfs4_lock_state(); | ||
| 494 | put_nfs4_client(clp); | 493 | put_nfs4_client(clp); |
| 494 | nfs4_lock_state(); | ||
| 495 | nfs4_put_delegation(dp); | 495 | nfs4_put_delegation(dp); |
| 496 | nfs4_unlock_state(); | 496 | nfs4_unlock_state(); |
| 497 | return; | 497 | return; |
