Commit d3178bcd authored by Mark Fasheh's avatar Mark Fasheh

[PATCH] ocfs2: remove pointless max journal size limit

Signed-off-by: default avatarMark Fasheh <mark.fasheh@oracle.com>
parent 6b7a6c94
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment