From: Chris Mason Date: Tue, 1 Apr 2008 15:26:07 +0000 (-0400) Subject: Btrfs: Keep fs_mutex during reads done by snapshot deletion X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~254 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecbe2402cb4e4e7413544dc392c1a78d0f290292;p=pandora-kernel.git Btrfs: Keep fs_mutex during reads done by snapshot deletion There was an optimization to drop the fs_mutex when doing snapshot deletion reads, but this can lead to false positives on checksumming errors. Keep the lock for now. Signed-off-by: Chris Mason --- Reading git-diff-tree failed