diff options
Diffstat (limited to 'fs/nfs/nfs4state.c')
-rw-r--r-- | fs/nfs/nfs4state.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fs/nfs/nfs4state.c b/fs/nfs/nfs4state.c index bc4ca6f4d8c6..f2d2dc497551 100644 --- a/fs/nfs/nfs4state.c +++ b/fs/nfs/nfs4state.c | |||
@@ -1032,6 +1032,14 @@ static void nfs4_state_start_reclaim_reboot(struct nfs_client *clp) | |||
1032 | nfs4_state_mark_reclaim_helper(clp, nfs4_state_mark_reclaim_reboot); | 1032 | nfs4_state_mark_reclaim_helper(clp, nfs4_state_mark_reclaim_reboot); |
1033 | } | 1033 | } |
1034 | 1034 | ||
1035 | static void nfs4_reclaim_complete(struct nfs_client *clp, | ||
1036 | const struct nfs4_state_recovery_ops *ops) | ||
1037 | { | ||
1038 | /* Notify the server we're done reclaiming our state */ | ||
1039 | if (ops->reclaim_complete) | ||
1040 | (void)ops->reclaim_complete(clp); | ||
1041 | } | ||
1042 | |||
1035 | static void nfs4_state_end_reclaim_reboot(struct nfs_client *clp) | 1043 | static void nfs4_state_end_reclaim_reboot(struct nfs_client *clp) |
1036 | { | 1044 | { |
1037 | struct nfs4_state_owner *sp; | 1045 | struct nfs4_state_owner *sp; |