]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/ocfs2/ocfs2_fs.h
ocfs2: increase the default size of local alloc windows
[mirror_ubuntu-zesty-kernel.git] / fs / ocfs2 / ocfs2_fs.h
index bb37218a7978c028a6a87b6e515961d5a9667bfd..d61a1521b10e03aef38f9a66985ac815b2e60b38 100644 (file)
 /* Journal limits (in bytes) */
 #define OCFS2_MIN_JOURNAL_SIZE         (4 * 1024 * 1024)
 
-/*
- * Default local alloc size (in megabytes)
- *
- * The value chosen should be such that most allocations, including new
- * block groups, use local alloc.
- */
-#define OCFS2_DEFAULT_LOCAL_ALLOC_SIZE 8
-
 /*
  * Inline extended attribute size (in bytes)
  * The value chosen should be aligned to 16 byte boundaries.