]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
sync with kernel. XLOG_MAX_ICLOGS not used in userspace, so no effect
authorNathan Scott <nathans@sgi.com>
Sat, 24 Feb 2001 03:45:21 +0000 (03:45 +0000)
committerNathan Scott <nathans@sgi.com>
Sat, 24 Feb 2001 03:45:21 +0000 (03:45 +0000)
on userspace is possible with this change.

include/xfs_log_priv.h

index c4f8b1123cb7bf28fad8740511794dc0f58b91c0..053c0e58a7f93ab19d103cdb7e9962a19c476982 100644 (file)
@@ -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 */