Btrfs: don't try and free ebs twice in log replay
authorJosef Bacik <jbacik@fusionio.com>
Tue, 23 Apr 2013 15:08:33 +0000 (11:08 -0400)
committerJosef Bacik <jbacik@fusionio.com>
Mon, 6 May 2013 19:55:04 +0000 (15:55 -0400)
commit5ec8dca7617b77afb0e3c7e6271089172b498546
tree5507209c2c3f985579f9bf991ca0e9073cda1498
parentfb7669b5a0695922a9813bb103303db3d7c79c8d
Btrfs: don't try and free ebs twice in log replay

This work is done by btrfs_free_path() anyway so there's no need for this
duplicate work.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
fs/btrfs/tree-log.c