aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs')
-rw-r--r--fs/nfs/nfs4session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4session.h b/fs/nfs/nfs4session.h
index e96323ff1d95..bdd14a60722b 100644
--- a/fs/nfs/nfs4session.h
+++ b/fs/nfs/nfs4session.h
@@ -9,7 +9,7 @@
9 9
10/* maximum number of slots to use */ 10/* maximum number of slots to use */
11#define NFS4_DEF_SLOT_TABLE_SIZE (16U) 11#define NFS4_DEF_SLOT_TABLE_SIZE (16U)
12#define NFS4_MAX_SLOT_TABLE (256U) 12#define NFS4_MAX_SLOT_TABLE (1024U)
13#define NFS4_NO_SLOT ((u32)-1) 13#define NFS4_NO_SLOT ((u32)-1)
14 14
15#if IS_ENABLED(CONFIG_NFS_V4) 15#if IS_ENABLED(CONFIG_NFS_V4)