aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/nfs/nfs4state.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfs/nfs4state.c b/fs/nfs/nfs4state.c
index 4e956669d4fb..da608ee8d5ff 100644
--- a/fs/nfs/nfs4state.c
+++ b/fs/nfs/nfs4state.c
@@ -239,6 +239,8 @@ static void nfs4_end_drain_session(struct nfs_client *clp)
239 } 239 }
240} 240}
241 241
242#if defined(CONFIG_NFS_V4_1)
243
242static int nfs4_drain_slot_tbl(struct nfs4_slot_table *tbl) 244static int nfs4_drain_slot_tbl(struct nfs4_slot_table *tbl)
243{ 245{
244 set_bit(NFS4_SLOT_TBL_DRAINING, &tbl->slot_tbl_state); 246 set_bit(NFS4_SLOT_TBL_DRAINING, &tbl->slot_tbl_state);
@@ -268,8 +270,6 @@ static int nfs4_begin_drain_session(struct nfs_client *clp)
268 return nfs4_drain_slot_tbl(&ses->fc_slot_table); 270 return nfs4_drain_slot_tbl(&ses->fc_slot_table);
269} 271}
270 272
271#if defined(CONFIG_NFS_V4_1)
272
273static int nfs41_setup_state_renewal(struct nfs_client *clp) 273static int nfs41_setup_state_renewal(struct nfs_client *clp)
274{ 274{
275 int status; 275 int status;