Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: introduce (and fix) code to pass errno to other OSes #15495

Merged
merged 3 commits into from
Jun 16, 2017

Commits on Jun 9, 2017

  1. 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>
    wjwithagen committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    8392c25 View commit details
    Browse the repository at this point in the history
  2. common/freebsd_errno.cc: ceph_to_host and host_toc_ceph errno transla…

    …tion
    
    Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
    wjwithagen committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    3186524 View commit details
    Browse the repository at this point in the history
  3. common: add empty hostos_to_ceph_errno(), to allow linking to work

    Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
    wjwithagen committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    f240406 View commit details
    Browse the repository at this point in the history