diff options
| author | Sudip Mukherjee <[email protected]> | 2016-02-16 08:02:47 +0000 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2016-02-18 10:46:03 +0000 |
| commit | 89771cc98c5a4e8666e479dde171ffb52c6fa774 (patch) | |
| tree | 2011e3fb83bd97773154c96c0718ee87e213ecc7 /fs/btrfs/ordered-data.c | |
| parent | btrfs: use proper type for failrec in extent_state (diff) | |
| download | kernel-89771cc98c5a4e8666e479dde171ffb52c6fa774.tar.gz kernel-89771cc98c5a4e8666e479dde171ffb52c6fa774.zip | |
btrfs: fix build warning
We were getting build warning about:
fs/btrfs/extent-tree.c:7021:34: warning: ‘used_bg’ may be used
uninitialized in this function
It is not a valid warning as used_bg is never used uninitilized since
locked is initially false so we can never be in the section where
'used_bg' is used. But gcc is not able to understand that and we can
initialize it while declaring to silence the warning.
Signed-off-by: Sudip Mukherjee <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/btrfs/ordered-data.c')
0 files changed, 0 insertions, 0 deletions
