From: Mark Fasheh Date: Sat, 25 Feb 2006 01:23:36 +0000 (-0800) Subject: [PATCH] ocfs2: remove pointless max journal size limit X-Git-Tag: v2.6.16-rc6~134^2~8 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=d3178bcdd41b050e221337d7f5e30b3c58d4015a;p=linux-2.6-omap-h63xx.git [PATCH] ocfs2: remove pointless max journal size limit Signed-off-by: Mark Fasheh --- diff --git a/fs/ocfs2/ocfs2_fs.h b/fs/ocfs2/ocfs2_fs.h index dfb8a5bedfc..c5b1ac547c1 100644 --- a/fs/ocfs2/ocfs2_fs.h +++ b/fs/ocfs2/ocfs2_fs.h @@ -138,7 +138,6 @@ /* Journal limits (in bytes) */ #define OCFS2_MIN_JOURNAL_SIZE (4 * 1024 * 1024) -#define OCFS2_MAX_JOURNAL_SIZE (500 * 1024 * 1024) struct ocfs2_system_inode_info { char *si_name;