]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Merge PR #48053 into main
authorVenky Shankar <vshankar@redhat.com>
Wed, 15 Feb 2023 13:28:29 +0000 (18:58 +0530)
committerVenky Shankar <vshankar@redhat.com>
Wed, 15 Feb 2023 13:28:29 +0000 (18:58 +0530)
commit588f1f8cf807fcbb82d2bbb24436bf16a8fa391c
treee711148453998467d176cd051a355c0649b5388a
parent4cc70b709d5ee3d740a2e4b555451b5ea629e633
parentaead95673125ad4dd9c1fe186c9c82c18f75e3e7
Merge PR #48053 into main

* refs/pull/48053/head:
test/libcephfs: fix rebasing issues
libcephfs: replace errno.h errors with CEPHFS_E*
messages: avoid converting ceph errors on Windows
client: use CEPHFS_E*
test/libcephfs: use CEPHFS_E* errors
libcephfs: switch to CEPHFS_E* errors
test/libcephfs: disable flaky timestamp assertion on Windows
client: use _setattrx when changing timestamps
client: set nsec to 0 when converting stat struct on Windows
test/libcephfs: skip dirent inode check on Windows
client: avoid trimming inodes on Windows
test/libcephfs: address windows issues
test/libcephfs: include compat.h
test/libcephfs: enable the tests on Windows

Reviewed-by: Venky Shankar <vshankar@redhat.com>
Reviewed-by: Anthony D Atri <anthony.datri@gmail.com>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Rishabh Dave <ridave@redhat.com>
src/client/Client.cc
src/test/CMakeLists.txt