diff options
author | Michal Nazarewicz <mina86@mina86.com> | 2013-11-29 18:01:15 +0100 |
---|---|---|
committer | Chris Mason <clm@fb.com> | 2014-01-28 13:19:50 -0800 |
commit | 11850392ee1c600c7d40d93119daa72715bc959c (patch) | |
tree | f5223d33caf5b8a10473b36795901c884eed3bbb /fs/stat.c | |
parent | 878f2d2cb355da2dabbffb2ae51b7541a91ce4e3 (diff) | |
download | linux-11850392ee1c600c7d40d93119daa72715bc959c.tar.bz2 |
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 <mina86@mina86.com>
Reviewed-By: Filipe David Borba Manana <fdmanana@gmail.com>
Signed-off-by: Josef Bacik <jbacik@fb.com>
Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'fs/stat.c')
0 files changed, 0 insertions, 0 deletions