From: Michal Nazarewicz Date: Fri, 29 Nov 2013 17:01:15 +0000 (+0100) Subject: btrfs: remove dead code X-Git-Tag: v3.14-rc1~29^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11850392ee1c600c7d40d93119daa72715bc959c;p=pandora-kernel.git btrfs: remove dead code [commit 8185554d: fix incorrect inode acl reset] introduced a dead code by adding a condition which can never be true to an else branch. The condition can never be true because it is already checked by a previous if statement which causes function to return. Signed-off-by: Michal Nazarewicz Reviewed-By: Filipe David Borba Manana Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed