aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs')
-rw-r--r--fs/btrfs/ctree.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c
index 8206b3900587..67fe46fdee6f 100644
--- a/fs/btrfs/ctree.c
+++ b/fs/btrfs/ctree.c
@@ -5127,6 +5127,7 @@ again:
5127 * locked. To solve this situation, we give up 5127 * locked. To solve this situation, we give up
5128 * on our lock and cycle. 5128 * on our lock and cycle.
5129 */ 5129 */
5130 free_extent_buffer(next);
5130 btrfs_release_path(path); 5131 btrfs_release_path(path);
5131 cond_resched(); 5132 cond_resched();
5132 goto again; 5133 goto again;