Commit bcb7e449 authored by Josef Bacik's avatar Josef Bacik
Browse files

Btrfs: just free dummy extent buffers



If we fail during our sanity tests we could get NULL deref's because we unload
the module before the dummy extent buffers are free'd via RCU.  So check for
this case and just free the things directly.  Thanks,

Signed-off-by: default avatarJosef Bacik <jbacik@fb.com>
parent ba117213
Supports Markdown
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