Files
linux/drivers
Sage Weil 9a640548c9 rbd: fix a couple warnings
commit e976cad0f0 upstream.

gcc isn't quite smart enough and generates these warnings:

drivers/block/rbd.c: In function 'rbd_img_request_fill':
drivers/block/rbd.c:1266:22: warning: 'bio_list' may be used uninitialized in this function [-Wmaybe-uninitialized]
drivers/block/rbd.c:2186:14: note: 'bio_list' was declared here
drivers/block/rbd.c:2247:10: warning: 'pages' may be used uninitialized in this function [-Wmaybe-uninitialized]

even though they are initialized for their respective code paths.

Signed-off-by: Sage Weil <sage@inktank.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-01-09 12:24:25 -08:00
..
2013-12-08 07:29:25 -08:00
2013-05-17 14:31:05 -04:00
2014-01-09 12:24:25 -08:00
2013-12-04 10:57:19 -08:00
2014-01-09 12:24:21 -08:00
2014-01-09 12:24:22 -08:00
2013-12-20 07:45:11 -08:00
2013-12-11 22:36:28 -08:00
2014-01-09 12:24:20 -08:00
2013-06-05 08:54:16 -06:00
2013-12-20 07:45:11 -08:00