search for: wait_on_extent_buffer_writeback

Displaying 1 result from an estimated 1 matches for "wait_on_extent_buffer_writeback".

2013 May 08
0
[PATCH] Btrfs: don't null pointer deref on abort
...b/fs/btrfs/disk-io.c @@ -3752,7 +3752,7 @@ static int btrfs_destroy_marked_extents(struct btrfs_root *root, while (start <= end) { eb = btrfs_find_tree_block(root, start, root->leafsize); - start += eb->len; + start += root->leafsize; if (!eb) continue; wait_on_extent_buffer_writeback(eb); -- 1.7.7.6 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html