projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b7a6c9
)
[PATCH] ocfs2: remove pointless max journal size limit
author
Mark Fasheh
<mark.fasheh@oracle.com>
Sat, 25 Feb 2006 01:23:36 +0000
(17:23 -0800)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/fs/ocfs2/ocfs2_fs.h
b/fs/ocfs2/ocfs2_fs.h
index dfb8a5bedfc83f80436e04bd680632fe35002ce7..c5b1ac547c158885c10be46f4b33935a83f6dd52 100644
(file)
--- 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;