From: Aneesh Kumar K.V Date: Sat, 11 Oct 2008 00:13:31 +0000 (-0400) Subject: ext4: Don't reuse released data blocks until transaction commits X-Git-Tag: v2.6.28-rc1~257^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1aebc1e2da9a7bee4ff8cce510b08f469d1929e;p=pandora-kernel.git 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 Signed-off-by: Theodore Ts'o --- Reading git-diff-tree failed