diff --git a/[refs] b/[refs] index 77e9fbb0675d..cb6f8b267155 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7c2ec3f0730729f4829d01f7c19538d135f86712 +refs/heads/master: 3b2775942d6ccb14342f3aae55f22fbbfea8db14 diff --git a/trunk/fs/btrfs/file.c b/trunk/fs/btrfs/file.c index 83c790d84038..7bdb47faa12e 100644 --- a/trunk/fs/btrfs/file.c +++ b/trunk/fs/btrfs/file.c @@ -591,6 +591,7 @@ void btrfs_drop_extent_cache(struct inode *inode, u64 start, u64 end, } compressed = test_bit(EXTENT_FLAG_COMPRESSED, &em->flags); clear_bit(EXTENT_FLAG_PINNED, &em->flags); + clear_bit(EXTENT_FLAG_LOGGING, &flags); remove_extent_mapping(em_tree, em); if (no_splits) goto next;