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
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
2 matches
Mail list logo