]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
libceph: fix osdmap decode error paths
authorSage Weil <sage@inktank.com>
Mon, 29 Oct 2012 18:01:42 +0000 (11:01 -0700)
committerAlex Elder <elder@inktank.com>
Tue, 30 Oct 2012 13:21:05 +0000 (08:21 -0500)
commit0ed7285e0001b960c888e5455ae982025210ed3d
tree4ca3c1faa4d7bc8064d6f0fb609dd3cd568c2554
parent069a4b5690a952e74157fd489833c71c73f012b3
libceph: fix osdmap decode error paths

Ensure that we set the err value correctly so that we do not pass a 0
value to ERR_PTR and confuse the calling code.  (In particular,
osd_client.c handle_map() will BUG(!newmap)).

Signed-off-by: Sage Weil <sage@inktank.com>
Reviewed-by: Alex Elder <elder@inktank.com>
net/ceph/osdmap.c