From: Chris Mason Date: Wed, 16 Jan 2008 21:09:22 +0000 (-0500) Subject: Btrfs: Fix data=ordered vs wait_on_inode deadlock on older kernels X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~331 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d5e74bc0aec3f54b7e429d77b7c35de042c507d;p=pandora-kernel.git Btrfs: Fix data=ordered vs wait_on_inode deadlock on older kernels Using ilookup5 during data=ordered writeback could deadlock on I_LOCK. This saves a pointer to the inode instead. Signed-off-by: Chris Mason --- Reading git-diff-tree failed