aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4state.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/nfs4state.c')
-rw-r--r--fs/nfs/nfs4state.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/nfs4state.c b/fs/nfs/nfs4state.c
index bae959e294cd..2f760604246f 100644
--- a/fs/nfs/nfs4state.c
+++ b/fs/nfs/nfs4state.c
@@ -1106,6 +1106,8 @@ void nfs4_schedule_stateid_recovery(const struct nfs_server *server, struct nfs4
1106{ 1106{
1107 struct nfs_client *clp = server->nfs_client; 1107 struct nfs_client *clp = server->nfs_client;
1108 1108
1109 if (test_and_clear_bit(NFS_DELEGATED_STATE, &state->flags))
1110 nfs_async_inode_return_delegation(state->inode, &state->stateid);
1109 nfs4_state_mark_reclaim_nograce(clp, state); 1111 nfs4_state_mark_reclaim_nograce(clp, state);
1110 nfs4_schedule_state_manager(clp); 1112 nfs4_schedule_state_manager(clp);
1111} 1113}