From: Chris Mason Date: Mon, 9 Jun 2008 13:35:50 +0000 (-0400) Subject: Btrfs: Fix race in running_transaction checks X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~163 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48ec2cf8738b0db53dc8361026cb7a328f7ad386;p=pandora-kernel.git Btrfs: Fix race in running_transaction checks When a new transaction was started, the code would incorrectly set the pointer in fs_info before all the data structures were setup. fsync heavy workloads hit races on the setup of the ordered inode spinlock Signed-off-by: Chris Mason --- Reading git-diff-tree failed