diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-03-05 19:56:44 -0500 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-03-06 10:32:43 -0500 |
commit | a1d0b5eebc4fd6e0edb02688b35f17f67f42aea5 (patch) | |
tree | 80d13543ee4f1928e0436919a19de40be2a3b12b /fs/nfs/nfs4_fs.h | |
parent | fa68a1ba1de349f0d1fcc54171b95236efe24148 (diff) |
NFS: Properly handle the case where the delegation is revoked
If we know that the delegation stateid is bad or revoked, we need to
remove that delegation as soon as possible, and then mark all the
stateids that relied on that delegation for recovery. We cannot use
the delegation as part of the recovery process.
Also note that NFSv4.1 uses a different error code (NFS4ERR_DELEG_REVOKED)
to indicate that the delegation was revoked.
Finally, ensure that setlk() and setattr() can both recover safely from
a revoked delegation.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Cc: stable@vger.kernel.org
Diffstat (limited to 'fs/nfs/nfs4_fs.h')
-rw-r--r-- | fs/nfs/nfs4_fs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/nfs4_fs.h b/fs/nfs/nfs4_fs.h index 19079ec8252c..7ddad3fa4074 100644 --- a/fs/nfs/nfs4_fs.h +++ b/fs/nfs/nfs4_fs.h | |||
@@ -317,6 +317,8 @@ extern void nfs4_put_open_state(struct nfs4_state *); | |||
317 | extern void nfs4_close_state(struct nfs4_state *, fmode_t); | 317 | extern void nfs4_close_state(struct nfs4_state *, fmode_t); |
318 | extern void nfs4_close_sync(struct nfs4_state *, fmode_t); | 318 | extern void nfs4_close_sync(struct nfs4_state *, fmode_t); |
319 | extern void nfs4_state_set_mode_locked(struct nfs4_state *, fmode_t); | 319 | extern void nfs4_state_set_mode_locked(struct nfs4_state *, fmode_t); |
320 | extern void nfs_inode_find_state_and_recover(struct inode *inode, | ||
321 | const nfs4_stateid *stateid); | ||
320 | extern void nfs4_schedule_lease_recovery(struct nfs_client *); | 322 | extern void nfs4_schedule_lease_recovery(struct nfs_client *); |
321 | extern void nfs4_schedule_state_manager(struct nfs_client *); | 323 | extern void nfs4_schedule_state_manager(struct nfs_client *); |
322 | extern void nfs4_schedule_path_down_recovery(struct nfs_client *clp); | 324 | extern void nfs4_schedule_path_down_recovery(struct nfs_client *clp); |