rbd: Fix error recovery in rbd_obj_read_sync()
authorJan Kara <jack@suse.cz>
Wed, 22 Oct 2014 07:17:24 +0000 (09:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Nov 2014 17:00:12 +0000 (09:00 -0800)
commit9b5d484b3846217256cf6b05883ac1469c32eebe
tree4b9bc29f67d05a1a5a20d293a47f6e00c11db4be
parent6786b40d31e58fea84f918460db04c5c901e3f42
rbd: Fix error recovery in rbd_obj_read_sync()

commit a8d4205623ae965e36c68629db306ca0695a2771 upstream.

When we fail to allocate page vector in rbd_obj_read_sync() we just
basically ignore the problem and continue which will result in an oops
later. Fix the problem by returning proper error.

CC: Yehuda Sadeh <yehuda@inktank.com>
CC: Sage Weil <sage@inktank.com>
CC: ceph-devel@vger.kernel.org
Coverity-id: 1226882
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Ilya Dryomov <idryomov@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/block/rbd.c