]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: cleanup destroy_marked_extents
authorJosef Bacik <jbacik@fusionio.com>
Wed, 24 Apr 2013 20:41:19 +0000 (16:41 -0400)
committerJosef Bacik <jbacik@fusionio.com>
Mon, 6 May 2013 19:55:11 +0000 (15:55 -0400)
commit027a29e63161f624fd939f76b4caa140a2c94e29
tree54bbfbcb8551ecfb0c58f83e206a7512f268f758
parent20d51db4f4311961977811b9e0678e65cb08eea8
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>
fs/btrfs/disk-io.c
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h