From fe10ed0a4326aa4d0a89a50bae11f42b70704656 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Tue, 29 Aug 2006 06:11:36 +0000 Subject: [PATCH] Make default realtime geometry appropriate for both buffered/direct IO Merge of master-melb:xfs-cmds:26884a by kenmcd. --- include/xfs_rtalloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ /* -- 2.47.2