]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common/win32: Fixed function name typo
authorStefan Chivu <schivu@cloudbasesolutions.com>
Wed, 9 Nov 2022 13:03:37 +0000 (15:03 +0200)
committerStefan Chivu <schivu@cloudbasesolutions.com>
Thu, 10 Nov 2022 07:44:12 +0000 (09:44 +0200)
commit5fc5f0c42322c20751ea21472d8b00edc46ecfff
tree21f029a815a0befd38fd9a34382eff09ca322139
parenta2b4c77e9757c5721fe2d80e9bff9124c93643d7
common/win32: Fixed function name typo

There was a typo in the function name cephfs_errno_to_ntsatus
defined in common/win32/errno.cc.

It has been replaced with cephfs_errno_to_ntstatus_map to avoid
conflicts with the existing cephfs_errno_to_ntstatus function.

Signed-off-by: Stefan Chivu <schivu@cloudbasesolutions.com>
src/common/win32/errno.cc
src/dokan/ceph_dokan.cc
src/include/win32/win32_errno.h