From: Aneesh Kumar K.V Date: Tue, 9 Sep 2008 03:08:40 +0000 (-0400) Subject: ext4: Don't add the inode to journal handle until after the block is allocated X-Git-Tag: v2.6.28-rc1~709^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=166348dd37a4baacfb6fe495954b56f56b116f0c;p=pandora-kernel.git ext4: Don't add the inode to journal handle until after the block is allocated Make sure we don't add the inode to the journal handle until after the block allocation, so that a journal commit will not include the inode in case of block allocation failure. Signed-off-by: Aneesh Kumar K.V Signed-off-by: Mingming Cao Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed