aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4state.c
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2009-12-03 21:27:36 -0500
committerTrond Myklebust <Trond.Myklebust@netapp.com>2009-12-03 21:27:36 -0500
commit7285f2d2ffd4b7ab4ffb70a47759ee209c30017b (patch)
tree255cdddc72429f013b3bcf5c51d1818cb3e3bd51 /fs/nfs/nfs4state.c
parent0b08b07507d5ae733408fd4ebda1cd89d3a840ef (diff)
parent44ed3556bad809797f7b06a4a88918fd8a23d6fe (diff)
Merge branch 'devel' into linux-next
Diffstat (limited to 'fs/nfs/nfs4state.c')
-rw-r--r--fs/nfs/nfs4state.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/fs/nfs/nfs4state.c b/fs/nfs/nfs4state.c
index 62927879572..2eb0059bd69 100644
--- a/fs/nfs/nfs4state.c
+++ b/fs/nfs/nfs4state.c
@@ -877,6 +877,10 @@ static int nfs4_reclaim_locks(struct nfs4_state *state, const struct nfs4_state_
877 case -NFS4ERR_EXPIRED: 877 case -NFS4ERR_EXPIRED:
878 case -NFS4ERR_NO_GRACE: 878 case -NFS4ERR_NO_GRACE:
879 case -NFS4ERR_STALE_CLIENTID: 879 case -NFS4ERR_STALE_CLIENTID:
880 case -NFS4ERR_BADSESSION:
881 case -NFS4ERR_BADSLOT:
882 case -NFS4ERR_BAD_HIGH_SLOT:
883 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
880 goto out; 884 goto out;
881 default: 885 default:
882 printk(KERN_ERR "%s: unhandled error %d. Zeroing state\n", 886 printk(KERN_ERR "%s: unhandled error %d. Zeroing state\n",
@@ -959,6 +963,10 @@ restart:
959 case -NFS4ERR_NO_GRACE: 963 case -NFS4ERR_NO_GRACE:
960 nfs4_state_mark_reclaim_nograce(sp->so_client, state); 964 nfs4_state_mark_reclaim_nograce(sp->so_client, state);
961 case -NFS4ERR_STALE_CLIENTID: 965 case -NFS4ERR_STALE_CLIENTID:
966 case -NFS4ERR_BADSESSION:
967 case -NFS4ERR_BADSLOT:
968 case -NFS4ERR_BAD_HIGH_SLOT:
969 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
962 goto out_err; 970 goto out_err;
963 } 971 }
964 nfs4_put_open_state(state); 972 nfs4_put_open_state(state);