Btrfs: Fix variables set but not read (bugs found by gcc 4.6)
These are all the cases where a variable is set, but not read which are really bugs. - Couple of incorrect error handling fixed. - One incorrect use of a allocation policy - Some other things Still needs more review. Found by gcc 4.6's new warnings. [akpm@linux-foundation.org: fix build. Might have been bitrot] Signed-off-by:Andi Kleen <ak@linux.intel.com> Cc: Chris Mason <chris.mason@oracle.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Chris Mason <chris.mason@oracle.com>
Showing
- fs/btrfs/dir-item.c 1 addition, 1 deletionfs/btrfs/dir-item.c
- fs/btrfs/extent_io.c 2 additions, 0 deletionsfs/btrfs/extent_io.c
- fs/btrfs/inode.c 3 additions, 3 deletionsfs/btrfs/inode.c
- fs/btrfs/relocation.c 3 additions, 1 deletionfs/btrfs/relocation.c
- fs/btrfs/tree-log.c 1 addition, 1 deletionfs/btrfs/tree-log.c
Loading
Please register or sign in to comment