|
@@ -462,6 +462,13 @@ enum lock_type4 {
|
|
#define NFSPROC4_NULL 0
|
|
#define NFSPROC4_NULL 0
|
|
#define NFSPROC4_COMPOUND 1
|
|
#define NFSPROC4_COMPOUND 1
|
|
#define NFS4_MINOR_VERSION 0
|
|
#define NFS4_MINOR_VERSION 0
|
|
|
|
+
|
|
|
|
+#if defined(CONFIG_NFS_V4_1)
|
|
|
|
+#define NFS4_MAX_MINOR_VERSION 1
|
|
|
|
+#else
|
|
|
|
+#define NFS4_MAX_MINOR_VERSION 0
|
|
|
|
+#endif /* CONFIG_NFS_V4_1 */
|
|
|
|
+
|
|
#define NFS4_DEBUG 1
|
|
#define NFS4_DEBUG 1
|
|
|
|
|
|
/* Index of predefined Linux client operations */
|
|
/* Index of predefined Linux client operations */
|