Re: [PATCH] btrfs: remove dead code

2013-11-29 Thread Filipe David Manana
On Fri, Nov 29, 2013 at 5:01 PM, Michal Nazarewicz wrote: > From: Michal Nazarewicz > > [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

[PATCH] btrfs: remove dead code

2013-11-29 Thread Michal Nazarewicz
From: Michal Nazarewicz [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-b