diff options
Diffstat (limited to 'fs/nfs/nfs4state.c')
-rw-r--r-- | fs/nfs/nfs4state.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/nfs/nfs4state.c b/fs/nfs/nfs4state.c index 1402283d152d..c137421f2123 100644 --- a/fs/nfs/nfs4state.c +++ b/fs/nfs/nfs4state.c | |||
@@ -1961,6 +1961,11 @@ void nfs41_server_notify_target_slotid_update(struct nfs_client *clp) | |||
1961 | nfs41_ping_server(clp); | 1961 | nfs41_ping_server(clp); |
1962 | } | 1962 | } |
1963 | 1963 | ||
1964 | void nfs41_server_notify_highest_slotid_update(struct nfs_client *clp) | ||
1965 | { | ||
1966 | nfs41_ping_server(clp); | ||
1967 | } | ||
1968 | |||
1964 | static void nfs4_reset_all_state(struct nfs_client *clp) | 1969 | static void nfs4_reset_all_state(struct nfs_client *clp) |
1965 | { | 1970 | { |
1966 | if (test_and_set_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) == 0) { | 1971 | if (test_and_set_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) == 0) { |