]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
include: define AT_REMOVEDIR on Windows 41064/head
authorLucian Petrut <lpetrut@cloudbasesolutions.com>
Wed, 28 Apr 2021 12:12:27 +0000 (12:12 +0000)
committerLucian Petrut <lpetrut@cloudbasesolutions.com>
Wed, 28 Apr 2021 12:20:46 +0000 (12:20 +0000)
commit4aab6e3c79cb00cf0b921f2b041281692a6c10de
tree408f7cc972139837ae3fb6d15a4d2ec49964f31e
parent502409c96607b35004be3f18a694f2f33b8f46a9
include: define AT_REMOVEDIR on Windows

The AT_REMOVEDIR flag is used by a recent change [1] but isn't
defined on Windows.

This commit will add the missing definition. Note that it won't be
passed to OS functions, only being used at the CephFS level.

[1] https://github.com/ceph/ceph/pull/40810

Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
src/include/win32/fs_compat.h