mirror of
https://github.com/torvalds/linux.git
synced 2024-11-29 23:51:37 +00:00
NFSv4 Remove zeroing state kern warnings
As of commit 5d422301f9
we no longer zero the
state.
Signed-off-by: Andy Adamson <andros@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
This commit is contained in:
parent
561ec16031
commit
3660cd4322
@ -1375,8 +1375,8 @@ static int nfs4_reclaim_locks(struct nfs4_state *state, const struct nfs4_state_
|
|||||||
case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
|
case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
|
||||||
goto out;
|
goto out;
|
||||||
default:
|
default:
|
||||||
printk(KERN_ERR "NFS: %s: unhandled error %d. "
|
printk(KERN_ERR "NFS: %s: unhandled error %d\n",
|
||||||
"Zeroing state\n", __func__, status);
|
__func__, status);
|
||||||
case -ENOMEM:
|
case -ENOMEM:
|
||||||
case -NFS4ERR_DENIED:
|
case -NFS4ERR_DENIED:
|
||||||
case -NFS4ERR_RECLAIM_BAD:
|
case -NFS4ERR_RECLAIM_BAD:
|
||||||
@ -1439,15 +1439,12 @@ restart:
|
|||||||
}
|
}
|
||||||
switch (status) {
|
switch (status) {
|
||||||
default:
|
default:
|
||||||
printk(KERN_ERR "NFS: %s: unhandled error %d. "
|
printk(KERN_ERR "NFS: %s: unhandled error %d\n",
|
||||||
"Zeroing state\n", __func__, status);
|
__func__, status);
|
||||||
case -ENOENT:
|
case -ENOENT:
|
||||||
case -ENOMEM:
|
case -ENOMEM:
|
||||||
case -ESTALE:
|
case -ESTALE:
|
||||||
/*
|
/* Open state on this file cannot be recovered */
|
||||||
* Open state on this file cannot be recovered
|
|
||||||
* All we can do is revert to using the zero stateid.
|
|
||||||
*/
|
|
||||||
nfs4_state_mark_recovery_failed(state, status);
|
nfs4_state_mark_recovery_failed(state, status);
|
||||||
break;
|
break;
|
||||||
case -EAGAIN:
|
case -EAGAIN:
|
||||||
|
Loading…
Reference in New Issue
Block a user