Skip to content
Commit 7d788742 authored by Chris Mason's avatar Chris Mason
Browse files

Btrfs: fix double free in find_lock_delalloc_range



We need to NULL the cached_state after freeing it, otherwise
we might free it again if find_delalloc_range doesn't find anything.

Signed-off-by: default avatarChris Mason <clm@fb.com>
cc: stable@vger.kernel.org
parent 58dfae63
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment