diff -Nur linux-2.4.33-imedia/include/linux/reiserfs_fs.h linux-2.4.33-imedia-patching/include/linux/reiserfs_fs.h --- linux-2.4.33-imedia/include/linux/reiserfs_fs.h 2006-01-26 15:21:21.000000000 +0200 +++ linux-2.4.33-imedia-patching/include/linux/reiserfs_fs.h 2006-01-26 16:18:39.000000000 +0200 @@ -1657,10 +1657,10 @@ extern wait_queue_head_t reiserfs_commit_thread_wait ; /* biggest tunable defines are right here */ -#define JOURNAL_BLOCK_COUNT 8192 /* number of blocks in the journal */ -#define JOURNAL_TRANS_MAX_DEFAULT 1024 /* biggest possible single transaction, don't change for now (8/3/99) */ -#define JOURNAL_TRANS_MIN_DEFAULT 256 -#define JOURNAL_MAX_BATCH_DEFAULT 900 /* max blocks to batch into one transaction, don't make this any bigger than 900 */ +#define JOURNAL_BLOCK_COUNT 512 /* number of blocks in the journal */ +#define JOURNAL_TRANS_MAX_DEFAULT 128 /* biggest possible single transaction, don't change for now (8/3/99) */ +#define JOURNAL_TRANS_MIN_DEFAULT 32 +#define JOURNAL_MAX_BATCH_DEFAULT 127 /* max blocks to batch into one transaction, don't make this any bigger than 900 */ #define JOURNAL_MIN_RATIO 2 #define JOURNAL_MAX_COMMIT_AGE 30 #define JOURNAL_MAX_TRANS_AGE 30