From c6f83c74fd647e8e31a9a42a76d895bce4a61a08 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Wed, 5 Feb 2014 02:11:25 +0100 Subject: btrfs: clenaup: don't call btrfs_release_path before free_path Signed-off-by: David Sterba Signed-off-by: Chris Mason --- fs/btrfs/relocation.c | 1 - 1 file changed, 1 deletion(-) (limited to 'fs/btrfs/relocation.c') diff --git a/fs/btrfs/relocation.c b/fs/btrfs/relocation.c index 65245a07275b..b3329ad34522 100644 --- a/fs/btrfs/relocation.c +++ b/fs/btrfs/relocation.c @@ -4096,7 +4096,6 @@ static int __insert_orphan_inode(struct btrfs_trans_handle *trans, btrfs_set_inode_flags(leaf, item, BTRFS_INODE_NOCOMPRESS | BTRFS_INODE_PREALLOC); btrfs_mark_buffer_dirty(leaf); - btrfs_release_path(path); out: btrfs_free_path(path); return ret; -- cgit v1.2.3-59-g8ed1b