Sudip Mukherjee 89771cc98c 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 <sudip@vectorindia.org>
Signed-off-by: David Sterba <dsterba@suse.com>
2016-02-18 11:46:03 +01:00
..
2016-01-22 10:28:24 +01:00
2015-10-06 06:55:23 -07:00
2008-09-25 11:04:06 -04:00
2016-02-18 11:46:03 +01:00
2014-10-14 10:51:22 +02:00
2015-10-21 18:29:50 +02:00
2016-01-22 18:04:28 -05:00