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 e5be72518bd7..b524df9f6a74 100644 --- a/fs/nfs/nfs4state.c +++ b/fs/nfs/nfs4state.c | |||
@@ -1321,7 +1321,7 @@ static int nfs4_state_mark_reclaim_reboot(struct nfs_client *clp, struct nfs4_st | |||
1321 | return 1; | 1321 | return 1; |
1322 | } | 1322 | } |
1323 | 1323 | ||
1324 | static int nfs4_state_mark_reclaim_nograce(struct nfs_client *clp, struct nfs4_state *state) | 1324 | int nfs4_state_mark_reclaim_nograce(struct nfs_client *clp, struct nfs4_state *state) |
1325 | { | 1325 | { |
1326 | set_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags); | 1326 | set_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags); |
1327 | clear_bit(NFS_STATE_RECLAIM_REBOOT, &state->flags); | 1327 | clear_bit(NFS_STATE_RECLAIM_REBOOT, &state->flags); |