We accidentally deleted a new line in commit 0921910aa6fe ("btrfs: Make btrfs_log_inode take btrfs_inode") Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx> diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index f1dc36a181db..010cf7685677 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c @@ -4824,7 +4824,8 @@ static int btrfs_log_inode(struct btrfs_trans_handle *trans, err = btrfs_log_inode(trans, root, BTRFS_I(other_inode), LOG_OTHER_INODE, 0, LLONG_MAX, - ctx); iput(other_inode); + ctx); + iput(other_inode); if (err) goto out_unlock; else -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html