From: Jan Kara Date: Wed, 3 Mar 2010 21:19:32 +0000 (-0500) Subject: ext4: Release page references acquired in ext4_da_block_invalidatepages X-Git-Tag: v2.6.34-rc1~199^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b1d0998d24f9c207d5fbdd0b8bac07284e0eda7;p=pandora-kernel.git ext4: Release page references acquired in ext4_da_block_invalidatepages We forget to release page references we acquire in ext4_da_block_invalidatepages. Luckily, this function gets called only if we are not able to allocate blocks for delay-allocated data so that function should better never be called. Also cleanup handling of index variable. Reported-by: Wu Fengguang Signed-off-by: Jan Kara Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed