diff options
Diffstat (limited to 'fs/nfs/nfs4state.c')
-rw-r--r-- | fs/nfs/nfs4state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4state.c b/fs/nfs/nfs4state.c index ec0cbe00a804..3d78706b3efb 100644 --- a/fs/nfs/nfs4state.c +++ b/fs/nfs/nfs4state.c | |||
@@ -824,7 +824,7 @@ static int nfs4_state_mark_reclaim_reboot(struct nfs_client *clp, struct nfs4_st | |||
824 | return 1; | 824 | return 1; |
825 | } | 825 | } |
826 | 826 | ||
827 | static int nfs4_state_mark_reclaim_nograce(struct nfs_client *clp, struct nfs4_state *state) | 827 | int nfs4_state_mark_reclaim_nograce(struct nfs_client *clp, struct nfs4_state *state) |
828 | { | 828 | { |
829 | set_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags); | 829 | set_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags); |
830 | clear_bit(NFS_STATE_RECLAIM_REBOOT, &state->flags); | 830 | clear_bit(NFS_STATE_RECLAIM_REBOOT, &state->flags); |