From: Nathan Scott Date: Sat, 24 Feb 2001 03:45:21 +0000 (+0000) Subject: sync with kernel. XLOG_MAX_ICLOGS not used in userspace, so no effect X-Git-Tag: v1.2.0~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ac5bb999a90cc09cf8ffef59a3bb90180cd2c3c;p=thirdparty%2Fxfsprogs-dev.git sync with kernel. XLOG_MAX_ICLOGS not used in userspace, so no effect on userspace is possible with this change. --- 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 */