commit | c213b50b7dcbf06abcfbf1e4eee5b76586718bd9 | [log] [tgz] |
---|---|---|
author | Emil Goode <emilgoode@gmail.com> | Tue May 28 16:59:00 2013 +0200 |
committer | Sage Weil <sage@inktank.com> | Mon Jul 01 09:52:02 2013 -0700 |
tree | 66a2ae00a8e9e6e619d4722b5c2a0e53380765fd | |
parent | 912c317d4600b81664ad8f3d3ba6c1f2ff4b49c2 [diff] |
ceph: improve error handling in ceph_mdsmap_decode This patch makes the following improvements to the error handling in the ceph_mdsmap_decode function: - Add a NULL check for return value from kcalloc - Make use of the variable err Signed-off-by: Emil Goode <emilgoode@gmail.com> Signed-off-by: Sage Weil <sage@inktank.com>