]> err.no Git - linux-2.6/blobdiff - fs/ocfs2/ocfs2_fs.h
Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-block
[linux-2.6] / fs / ocfs2 / ocfs2_fs.h
index 425551737f1f0566e4b549d4ee4019ab95d88223..3633edd3982f731a1c1c67bf1cdab945eea0689e 100644 (file)
@@ -270,6 +270,14 @@ struct ocfs2_new_group_input {
 /* 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
+
 struct ocfs2_system_inode_info {
        char    *si_name;
        int     si_iflags;