Skip to content
Commit 11850392 authored by Michal Nazarewicz's avatar Michal Nazarewicz Committed by Chris Mason
Browse files

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: default avatarMichal Nazarewicz <mina86@mina86.com>
Reviewed-By: default avatarFilipe David Borba Manana <fdmanana@gmail.com>
Signed-off-by: default avatarJosef Bacik <jbacik@fb.com>
Signed-off-by: default avatarChris Mason <clm@fb.com>
parent 878f2d2c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment