]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] ocfs2: remove pointless max journal size limit
authorMark Fasheh <mark.fasheh@oracle.com>
Sat, 25 Feb 2006 01:23:36 +0000 (17:23 -0800)
committerMark Fasheh <mark.fasheh@oracle.com>
Wed, 1 Mar 2006 19:16:58 +0000 (11:16 -0800)
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/ocfs2_fs.h

index dfb8a5bedfc83f80436e04bd680632fe35002ce7..c5b1ac547c158885c10be46f4b33935a83f6dd52 100644 (file)
 
 /* 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;