commit | fd8b2b611580929ab1aa01e3942dce20f9e95732 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fusionio.com> | Wed Apr 24 16:41:19 2013 -0400 |
committer | Josef Bacik <jbacik@fusionio.com> | Mon May 06 15:55:11 2013 -0400 |
tree | 54bbfbcb8551ecfb0c58f83e206a7512f268f758 | |
parent | abefa55ac1f8cb8fb8cb4d7e8d619dc0859181ab [diff] |
Btrfs: cleanup destroy_marked_extents We can just look up the extent_buffers for the range and free stuff that way. This makes the cleanup a bit cleaner and we can make sure to evict the extent_buffers pretty quickly by marking them as stale. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com>