]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Make default realtime geometry appropriate for both buffered/direct IO
authorNathan Scott <nathans@sgi.com>
Tue, 29 Aug 2006 06:11:36 +0000 (06:11 +0000)
committerNathan Scott <nathans@sgi.com>
Tue, 29 Aug 2006 06:11:36 +0000 (06:11 +0000)
Merge of master-melb:xfs-cmds:26884a by kenmcd.

include/xfs_rtalloc.h

index 0e0b4d2ec2028597acac80927f01a4f21c804837..54c6ad62defe5879e506faf32eeb66cfabd25a3a 100644 (file)
@@ -25,7 +25,7 @@ struct xfs_trans;
 
 /* Min and max rt extent sizes, specified in bytes */
 #define        XFS_MAX_RTEXTSIZE       (1024 * 1024 * 1024)    /* 1GB */
-#define        XFS_DFL_RTEXTSIZE       (64 * 1024)             /* 64KB */
+#define        XFS_DFL_RTEXTSIZE       (4 * 1024)              /* 4KB */
 #define        XFS_MIN_RTEXTSIZE       (4 * 1024)              /* 4KB */
 
 /*