]> git.hungrycats.org Git - linux/commit
Btrfs: cleanup: remove unnecessary check before btrfs_free_path is called zygo-4.1.7-zb64
authorTsutomu Itoh <t-itoh@jp.fujitsu.com>
Wed, 19 Aug 2015 05:55:00 +0000 (14:55 +0900)
committerZygo Blaxell <zblaxell@serenity.furryterror.org>
Sat, 19 Sep 2015 13:33:57 +0000 (09:33 -0400)
commitea0fd8bcc0330dd6589cedc076f12bcb0de91a15
treedaa2ccff8b4cb5fe1d795d9df09dc44f59ff6de7
parent692bf8f55009331c2f3f6bb1a2de8b30daaecb91
Btrfs: cleanup: remove unnecessary check before btrfs_free_path is called

We need not check path before btrfs_free_path() is called because
path is checked in btrfs_free_path().

Signed-off-by: Tsutomu Itoh <t-itoh@jp.fujitsu.com>
Reviewed-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
Signed-off-by: Chris Mason <clm@fb.com>
(cherry picked from commit 527afb4493c2892ce89fb74648e72a30b68ba120)
fs/btrfs/dev-replace.c
fs/btrfs/inode.c
fs/btrfs/tree-defrag.c