commit | bc931c0ef8f9e21ed5732ea148aeea9d0fffd3f8 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Fri Jun 22 09:18:29 2018 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Aug 06 13:12:39 2018 +0200 |
tree | a328fba2e7b984b269663e3f93dabbce11e6384a | |
parent | d3c6be6fdab48dd26af3d3e01c5972ffe20985b9 [diff] |
btrfs: Refactor count handling in btrfs_unpin_free_ino With gcc 4.1.2: fs/btrfs/inode-map.c: In function ‘btrfs_unpin_free_ino’: fs/btrfs/inode-map.c:241: warning: ‘count’ may be used uninitialized in this function While this warning is a false-positive, it can easily be killed by refactoring the code. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>