aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/nfs4.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/nfs4.h b/include/linux/nfs4.h
index e3f0cbcbd0db..7c36fcf2dfb7 100644
--- a/include/linux/nfs4.h
+++ b/include/linux/nfs4.h
@@ -462,6 +462,13 @@ enum lock_type4 {
462#define NFSPROC4_NULL 0 462#define NFSPROC4_NULL 0
463#define NFSPROC4_COMPOUND 1 463#define NFSPROC4_COMPOUND 1
464#define NFS4_MINOR_VERSION 0 464#define NFS4_MINOR_VERSION 0
465
466#if defined(CONFIG_NFS_V4_1)
467#define NFS4_MAX_MINOR_VERSION 1
468#else
469#define NFS4_MAX_MINOR_VERSION 0
470#endif /* CONFIG_NFS_V4_1 */
471
465#define NFS4_DEBUG 1 472#define NFS4_DEBUG 1
466 473
467/* Index of predefined Linux client operations */ 474/* Index of predefined Linux client operations */