diff options
author | Alexandros Batsakis <batsakis@netapp.com> | 2009-12-05 13:46:14 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2009-12-05 13:46:14 -0500 |
commit | 0629e370dd5819efa5cf8d418a8e6729efe388ef (patch) | |
tree | 90883270cf5d677b13c81d0e6dbfaac38c5d18a9 /fs/nfs/nfs4proc.c | |
parent | 2449ea2e191123729b2dc37a06fcb9d6ea7e2736 (diff) |
nfs41: check SEQUENCE status flag
the server can indicate a number of error conditions by setting the
appropriate bits in the SEQUENCE operation. The client re-establishes
state with the server when it receives one of those, with the action
depending on the specific case.
Signed-off-by: Alexandros Batsakis <batsakis@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/nfs4proc.c')
-rw-r--r-- | fs/nfs/nfs4proc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index d897b9e34f12..71993f122214 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c | |||
@@ -405,6 +405,8 @@ static void nfs41_sequence_done(struct nfs_client *clp, | |||
405 | if (time_before(clp->cl_last_renewal, timestamp)) | 405 | if (time_before(clp->cl_last_renewal, timestamp)) |
406 | clp->cl_last_renewal = timestamp; | 406 | clp->cl_last_renewal = timestamp; |
407 | spin_unlock(&clp->cl_lock); | 407 | spin_unlock(&clp->cl_lock); |
408 | /* Check sequence flags */ | ||
409 | nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags); | ||
408 | return; | 410 | return; |
409 | } | 411 | } |
410 | out: | 412 | out: |