From: David Sterba Date: Thu, 9 Jun 2011 10:02:51 +0000 (+0000) Subject: btrfs: fix unlocked access of delalloc_inodes X-Git-Tag: v3.0-rc3~9^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5be76758f35ec6578e5b9b150aa513ac26bd9c54;p=pandora-kernel.git btrfs: fix unlocked access of delalloc_inodes list_splice_init will make delalloc_inodes empty, but without a spinlock around, this may produce corrupted list head, accessed in many placess, The race window is very tight and nobody seems to have hit it so far. Signed-off-by: David Sterba Signed-off-by: Chris Mason --- Reading git-diff-tree failed