ext4: Ensure zeroout blocks have no dirty metadata
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Wed, 30 Dec 2009 04:39:06 +0000 (23:39 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 30 Dec 2009 04:39:06 +0000 (23:39 -0500)
This fixes a bug (found by Curt Wohlgemuth) in which new blocks
returned from an extent created with ext4_ext_zeroout() can have dirty
metadata still associated with them.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Curt Wohlgemuth <curtw@google.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found