On Wed, Dec 10, 2008 at 06:37:43PM +0530, Aneesh Kumar K.V wrote: > We can call ext4_mb_check_limits even after successfull > allocation. Make sure we don't overwrite ac_status. > This fix the below lockdep warning So the ext4_mb_check_limits() function isn't that well documented, but one of the things it is supposed to do is to make sure that blocks comprising the extent that was found is in fact still available. This check patches this out. Are we sure this does the right thing? - 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