On Sat, Oct 09, 2010 at 02:12:26AM +0200, Jan Kara wrote: > Implement free blocks and reserved blocks counters for delayed allocation. > These counters are reliable in the sence that when they return success, the > subsequent conversion from reserved to allocated blocks always succeeds (see > comments in the code for details). This is useful for ext3 filesystem to > implement delayed allocation in particular for allocation in page_mkwrite. This doesn't really look like generic code that should go into the core kernel. I'd just add it to ext3 directly. -- 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