From: Chris Mason Date: Tue, 5 Aug 2008 15:18:09 +0000 (-0400) Subject: Get rid of BTRFS_I(inode)->index and use local vars instead X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00e4e6b33a0f78aab4b788d6d31c884fd8bf88da;p=pandora-kernel.git Get rid of BTRFS_I(inode)->index and use local vars instead rename and link don't always have a lock on the source inode, and our use of a per-inode index variable was racy. This changes things to store the index in a local variable instead. Signed-off-by: Chris Mason --- Reading git-diff-tree failed