• Jan Kara's avatar
    rbd: Fix error recovery in rbd_obj_read_sync() · a8d42056
    Jan Kara authored
    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
    CC: stable@vger.kernel.org
    Coverity-id: 1226882
    Signed-off-by: default avatarJan Kara <jack@suse.cz>
    Signed-off-by: default avatarIlya Dryomov <idryomov@redhat.com>
    a8d42056
rbd.c 146 KB