commit | ecbe2402cb4e4e7413544dc392c1a78d0f290292 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Tue Apr 01 11:26:07 2008 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:04:01 2008 -0400 |
tree | 87d11983cac8bfef09ba94d69c3d210af0927e2b | |
parent | 140dfd00ae544cdc0c9951b80ad6df61e62859e2 [diff] |
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 <chris.mason@oracle.com>