aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfsd')
-rw-r--r--fs/nfsd/nfs4state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c
index ac8ed96c4199..29924a04cf3d 100644
--- a/fs/nfsd/nfs4state.c
+++ b/fs/nfsd/nfs4state.c
@@ -905,7 +905,7 @@ static struct nfsd4_session *alloc_session(struct nfsd4_channel_attrs *fchan,
905 905
906 new = __alloc_session(slotsize, numslots); 906 new = __alloc_session(slotsize, numslots);
907 if (!new) { 907 if (!new) {
908 nfsd4_put_drc_mem(slotsize, fchan->maxreqs); 908 nfsd4_put_drc_mem(slotsize, numslots);
909 return NULL; 909 return NULL;
910 } 910 }
911 init_forechannel_attrs(&new->se_fchannel, fchan, numslots, slotsize, nn); 911 init_forechannel_attrs(&new->se_fchannel, fchan, numslots, slotsize, nn);