From: Chris Mason Date: Mon, 10 Nov 2008 16:50:50 +0000 (-0500) Subject: Btrfs: Use invalidatepage when writepage finds a page outside of i_size X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39be25cd89450940b0e5f8a6aad71d1ec99b17bf;p=pandora-kernel.git Btrfs: Use invalidatepage when writepage finds a page outside of i_size With all the recent fixes to the delalloc locking, it is now safe again to use invalidatepage inside the writepage code for pages outside of i_size. This used to deadlock against some of the code to write locked ranges of pages, but all of that has been fixed. Signed-off-by: Chris Mason --- Reading git-diff-tree failed