]> git.openfabrics.org - ~emulex/infiniband.git/commit
rbd: make rbd_create_rw_ops() return a pointer
authorAlex Elder <elder@inktank.com>
Tue, 26 Jun 2012 19:57:03 +0000 (12:57 -0700)
committerSage Weil <sage@inktank.com>
Tue, 31 Jul 2012 01:21:46 +0000 (18:21 -0700)
commit57cfc1060f35ac2345cb37ea474f9644ac5cfd75
tree5a9d18fe47badf7002172cb2af6375d34e5159a6
parent4e891e0af0f0011c90067373c46d7228568ec079
rbd: make rbd_create_rw_ops() return a pointer

Either rbd_create_rw_ops() will succeed, or it will fail because a
memory allocation failed.  Have it just return a valid pointer or
null rather than stuffing a pointer into a provided address and
returning an errno.

Signed-off-by: Alex Elder <elder@inktank.com>
Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
drivers/block/rbd.c