浏览代码

[PATCH] ocfs2: remove pointless max journal size limit

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Mark Fasheh 19 年之前
父节点
当前提交
d3178bcdd4
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      fs/ocfs2/ocfs2_fs.h

+ 0 - 1
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;