|
@@ -1018,7 +1018,7 @@ void nfs4_schedule_lease_recovery(struct nfs_client *clp)
|
|
nfs4_schedule_state_manager(clp);
|
|
nfs4_schedule_state_manager(clp);
|
|
}
|
|
}
|
|
|
|
|
|
-int nfs4_state_mark_reclaim_reboot(struct nfs_client *clp, struct nfs4_state *state)
|
|
|
|
|
|
+static int nfs4_state_mark_reclaim_reboot(struct nfs_client *clp, struct nfs4_state *state)
|
|
{
|
|
{
|
|
|
|
|
|
set_bit(NFS_STATE_RECLAIM_REBOOT, &state->flags);
|
|
set_bit(NFS_STATE_RECLAIM_REBOOT, &state->flags);
|
|
@@ -1032,7 +1032,7 @@ int nfs4_state_mark_reclaim_reboot(struct nfs_client *clp, struct nfs4_state *st
|
|
return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
|
|
|
|
-int nfs4_state_mark_reclaim_nograce(struct nfs_client *clp, struct nfs4_state *state)
|
|
|
|
|
|
+static int nfs4_state_mark_reclaim_nograce(struct nfs_client *clp, struct nfs4_state *state)
|
|
{
|
|
{
|
|
set_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags);
|
|
set_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags);
|
|
clear_bit(NFS_STATE_RECLAIM_REBOOT, &state->flags);
|
|
clear_bit(NFS_STATE_RECLAIM_REBOOT, &state->flags);
|