From 5ac5bb999a90cc09cf8ffef59a3bb90180cd2c3c Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Sat, 24 Feb 2001 03:45:21 +0000 Subject: [PATCH] sync with kernel. XLOG_MAX_ICLOGS not used in userspace, so no effect on userspace is possible with this change. --- include/xfs_log_priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xfs_log_priv.h b/include/xfs_log_priv.h index c4f8b1123..053c0e58a 100644 --- a/include/xfs_log_priv.h +++ b/include/xfs_log_priv.h @@ -51,7 +51,7 @@ struct xfs_mount; */ #define XLOG_NUM_ICLOGS 2 -#define XLOG_MAX_ICLOGS 4 +#define XLOG_MAX_ICLOGS 8 #define XLOG_CALLBACK_SIZE 10 #define XLOG_HEADER_MAGIC_NUM 0xFEEDbabe /* Illegal cycle number */ #define XLOG_RECORD_BSIZE (16*1024) /* eventually 32k */ -- 2.47.2