Re: [PATCH] btrfs-progs: cleanup: remove unnecessary check before btrfs_free_path is called

2015-08-25 Thread David Sterba
On Wed, Aug 19, 2015 at 05:44:53PM +0900, Tsutomu Itoh wrote: > We need not check path before btrfs_free_path() is called because > path is checked in btrfs_free_path(). > > Signed-off-by: Tsutomu Itoh Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in

[PATCH] btrfs-progs: cleanup: remove unnecessary check before btrfs_free_path is called

2015-08-19 Thread Tsutomu Itoh
We need not check path before btrfs_free_path() is called because path is checked in btrfs_free_path(). Signed-off-by: Tsutomu Itoh --- cmds-check.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmds-check.c b/cmds-check.c index 4fa8709..8019fb0 100644 --- a/cmds-check.c