commit | 81b68de493a3c60517ef0435d2635b531ed590b9 | [log] [tgz] |
---|---|---|
author | Anna Schumaker <Anna.Schumaker@Netapp.com> | Wed Jan 11 16:41:34 2017 -0500 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Mon Jan 30 13:14:50 2017 -0500 |
tree | 8302bb17956d492a9a0e6e46cf953ffc31febe81 | |
parent | 9df1336ca42c16622f1cae5dff246a0c9c644514 [diff] [blame] |
NFS: No need to set and return status in nfs41_lock_expired() Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index 6c40944..81390e9 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c
@@ -6282,8 +6282,7 @@ if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) || test_bit(NFS_LOCK_LOST, &lsp->ls_flags)) return 0; - status = nfs4_lock_expired(state, request); - return status; + return nfs4_lock_expired(state, request); } #endif