diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/btrfs/extent_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c index 1c462f895c98..5ae0bffaa4d8 100644 --- a/fs/btrfs/extent_io.c +++ b/fs/btrfs/extent_io.c | |||
@@ -1761,7 +1761,7 @@ static void end_bio_extent_readpage(struct bio *bio, int err) | |||
1761 | prefetchw(&bvec->bv_page->flags); | 1761 | prefetchw(&bvec->bv_page->flags); |
1762 | 1762 | ||
1763 | spin_lock(&tree->lock); | 1763 | spin_lock(&tree->lock); |
1764 | state = find_first_extent_bit_state(tree, start, 0); | 1764 | state = find_first_extent_bit_state(tree, start, EXTENT_LOCKED); |
1765 | if (state && state->start == start) { | 1765 | if (state && state->start == start) { |
1766 | /* | 1766 | /* |
1767 | * take a reference on the state, unlock will drop | 1767 | * take a reference on the state, unlock will drop |