From: Nathan Scott Date: Tue, 29 Aug 2006 06:11:36 +0000 (+0000) Subject: Make default realtime geometry appropriate for both buffered/direct IO X-Git-Tag: v2.9.0~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe10ed0a4326aa4d0a89a50bae11f42b70704656;p=thirdparty%2Fxfsprogs-dev.git Make default realtime geometry appropriate for both buffered/direct IO Merge of master-melb:xfs-cmds:26884a by kenmcd. --- diff --git a/include/xfs_rtalloc.h b/include/xfs_rtalloc.h index 0e0b4d2ec..54c6ad62d 100644 --- a/include/xfs_rtalloc.h +++ b/include/xfs_rtalloc.h @@ -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 */ /*