]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit884af42932986a2db2468f4d7caf713479525c77
tree5507209c2c3f985579f9bf991ca0e9073cda1498
parentcc1a7794640d17f293da336f59dc94db83768e32
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