Btrfs: add some missing iput()'s in btrfs_orphan_cleanup
authorJosef Bacik <jbacik@fusionio.com>
Mon, 3 Jun 2013 20:51:23 +0000 (16:51 -0400)
committerJosef Bacik <jbacik@fusionio.com>
Fri, 14 Jun 2013 15:30:15 +0000 (11:30 -0400)
commitc69b26b0116dc2c064457991bec91b6d94e96d65
treeaa3235325dfcf69b529669db88b38139a44b21df
parente78417d1921c538ea195537c7bea1b31a6a55961
Btrfs: add some missing iput()'s in btrfs_orphan_cleanup

There are some error cases that we don't do an iput() on our inode, fix this.
Thanks,

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