commit | a1aebc1e2da9a7bee4ff8cce510b08f469d1929e | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Fri Oct 10 20:13:31 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Oct 10 20:13:31 2008 -0400 |
tree | b16ea9325a9a6edd0ce66ea20bc3e0b25236a897 | |
parent | c894058d66637c7720569fbe12957f4de64d9991 [diff] |
ext4: Don't reuse released data blocks until transaction commits We need to make sure we don't reuse the data blocks released during the transaction untill the transaction commits. We force this mode only for ordered and journalled mode. Writeback mode already don't provided data consistency. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>