Loading fs/btrfs/extent-tree.c +2 −1 Original line number Diff line number Diff line Loading @@ -4047,6 +4047,7 @@ static void shrink_delalloc(struct btrfs_root *root, u64 to_reclaim, u64 orig, if (delalloc_bytes == 0) { if (trans) return; if (wait_ordered) btrfs_wait_all_ordered_extents(root->fs_info); return; } Loading Loading
fs/btrfs/extent-tree.c +2 −1 Original line number Diff line number Diff line Loading @@ -4047,6 +4047,7 @@ static void shrink_delalloc(struct btrfs_root *root, u64 to_reclaim, u64 orig, if (delalloc_bytes == 0) { if (trans) return; if (wait_ordered) btrfs_wait_all_ordered_extents(root->fs_info); return; } Loading