diff options
author | Lucian Petrut <lpetrut@cloudbasesolutions.com> | 2020-08-07 14:06:07 +0200 |
---|---|---|
committer | Lucian Petrut <lpetrut@cloudbasesolutions.com> | 2021-01-13 11:36:50 +0100 |
commit | 073b81c8ec025154ee98ff3147fbb3121200e157 (patch) | |
tree | b7a667cd7e5ab21694847f142502d32cec4026ba /src/mds/CInode.h | |
parent | Merge pull request #38781 from tchaikov/wip-googletest-gcc11 (diff) | |
download | ceph-073b81c8ec025154ee98ff3147fbb3121200e157.tar.xz ceph-073b81c8ec025154ee98ff3147fbb3121200e157.zip |
client: Port CephFS client to Windows
This patch provides a few changes required in order to use the
CephFS client on Windows.
A subsequent patch will make use of it along with Dokan, an
interface similar to Fuse.
Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
Diffstat (limited to 'src/mds/CInode.h')
-rw-r--r-- | src/mds/CInode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mds/CInode.h b/src/mds/CInode.h index 513113ba146..177e02d0632 100644 --- a/src/mds/CInode.h +++ b/src/mds/CInode.h @@ -22,6 +22,7 @@ #include "common/config.h" #include "common/RefCountedObj.h" +#include "include/compat.h" #include "include/counter.h" #include "include/elist.h" #include "include/types.h" |