commit | 7d78874273463a784759916fc3e0b4e2eb141c70 | [log] [tgz] |
---|---|---|
author | Chris Mason <clm@fb.com> | Wed May 21 05:49:54 2014 -0700 |
committer | Chris Mason <clm@fb.com> | Mon Jun 09 17:20:52 2014 -0700 |
tree | 5f20c29c1b153118d7d26fb7e8928e3821593c44 | |
parent | 58dfae6365666e26cb2d172dc437773120fc4e1a [diff] |
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: Chris Mason <clm@fb.com> cc: stable@vger.kernel.org