Sage Weil e976cad0f0 rbd: fix a couple warnings
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>
2013-07-03 15:32:50 -07:00
..
2013-03-26 14:48:12 -06:00
2013-04-09 14:13:19 -04:00
2013-06-12 16:29:45 -07:00
2011-08-08 11:40:15 +02:00
2013-04-09 14:13:32 -04:00
2012-03-28 18:30:03 +01:00
2013-03-28 14:50:49 -04:00
2013-05-31 11:45:52 -04:00
2013-04-09 14:13:32 -04:00
2013-07-03 15:32:50 -07:00
2009-03-26 21:15:27 +01:00
2013-03-20 15:44:58 +10:30