From: Aneesh Kumar K.V Date: Mon, 2 Nov 2009 23:50:49 +0000 (-0500) Subject: ext4: discard preallocation when restarting a transaction during truncate X-Git-Tag: v2.6.32-rc7~49^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa5d11133b07053270e18fa9c18560e66e79217e;p=pandora-kernel.git ext4: discard preallocation when restarting a transaction during truncate When restart a transaction during a truncate operation, we drop and reacquire i_data_sem. After reacquiring i_data_sem, we need to discard any inode-based preallocation that might have been grabbed while we released i_data_sem (for example, if pdflush is allocating blocks and racing against the truncate). Signed-off-by: Aneesh Kumar K.V Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed