diff options
Diffstat (limited to 'fs/nfs/delegation.c')
-rw-r--r-- | fs/nfs/delegation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/delegation.c b/fs/nfs/delegation.c index 98dbc8f5ced8..f4758ec42138 100644 --- a/fs/nfs/delegation.c +++ b/fs/nfs/delegation.c | |||
@@ -411,7 +411,7 @@ static void nfs_delegation_run_state_manager(struct nfs_client *clp) | |||
411 | nfs4_schedule_state_manager(clp); | 411 | nfs4_schedule_state_manager(clp); |
412 | } | 412 | } |
413 | 413 | ||
414 | static void nfs_expire_all_delegation_types(struct nfs_client *clp, fmode_t flags) | 414 | void nfs_expire_all_delegation_types(struct nfs_client *clp, fmode_t flags) |
415 | { | 415 | { |
416 | nfs_client_mark_return_all_delegation_types(clp, flags); | 416 | nfs_client_mark_return_all_delegation_types(clp, flags); |
417 | nfs_delegation_run_state_manager(clp); | 417 | nfs_delegation_run_state_manager(clp); |