Re: [PATCH] fix up lazy_bg bitmap initialization at mkfs time

2007-04-20 Thread Andreas Dilger
On Apr 20, 2007 09:57 -0500, Eric Sandeen wrote: Anyway, how about something like this for calculating journal size in the face of lazy_bg. I know the last group may be smaller... but I figure this is just a heuristic anyway. Signed-off-by: Eric Sandeen [EMAIL PROTECTED] Index:

[PATCH] fix up lazy_bg bitmap initialization at mkfs time

2007-04-19 Thread Eric Sandeen
While trying out the -O lazy_bg option, I ran into some trouble on my big filesystem. The journal size was free blocks in the first block group, so it spilled into the next bg with available blocks. Since we are using lazy_bg here, that -should- have been the last block group. But, when