On Mon, Oct 03, 2011 at 11:03:40PM -0500, Eric Sandeen wrote: > It comes up with too many inodes, then tries to reduce the count, > but the "waste not want not" logic bumps it back up... ipg eventually > goes "below" 0 but it's unsigned so it goes on in this loop forever. Oh, this is because of the fact that we can't have more than 2**32 inodes, right? Doh! > Some of this is my fault... I put that retry logic in years ago. :( > > I'll see what I can do to fix it up. Many thanks. I've fixed the other issues you've pointed out. Check out the next branch on github... - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html