]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
core: introduce (and fix) code to pass errno to other OSes
authorWillem Jan Withagen <wjw@digiware.nl>
Mon, 5 Jun 2017 18:24:58 +0000 (20:24 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Fri, 9 Jun 2017 08:14:45 +0000 (10:14 +0200)
commit8392c255239438dcbbabf46532cc33ee9f89ab12
treec8ee079c29dc3bb63438bb160a2715d6429b42d7
parentf05a34aff222fb1f758131674e7dd73866393d7f
core: introduce (and fix) code to pass errno to other OSes

 - Some of the errno conversions were lost in the conversion
   to Cmake config
 - rename ceph_to_host_errno to _ceph_to_hostos_errno
   to indicate that the errnos are define per OS.

This is the second part, creating the basics.
Next it needs to be glued into communication with the peers.

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/CMakeLists.txt
src/common/aix_errno.cc
src/common/darwin_errno.cc
src/common/solaris_errno.cc
src/include/types.h
src/messages/MClientReply.h
src/osdc/Objecter.cc