[PATCH] reiserfs: fix transaction sizes
From: Chris Mason <mason@suse.com> Make sure reiserfs uses a reasonable number when restarting long unbounded transactions (creating holes or deleting files). Without this patch, the number of blocks requested grows with each transaction restart, until it hits MAX_BATCH_COUNT and starts forcing commits with every new transaction. Oleg Drokin tracked this bug down
Showing
Please register or sign in to comment