From c34325371840c57f2bdb87f7c0ca546c67b308e5 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Wed, 25 May 2022 21:11:28 +0100 Subject: [PATCH] inc: fuse: FSP_FUSE_HAS_GETPATH --- inc/fuse/fuse_common.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/fuse/fuse_common.h b/inc/fuse/fuse_common.h index bc2254c8..c9389245 100644 --- a/inc/fuse/fuse_common.h +++ b/inc/fuse/fuse_common.h @@ -94,6 +94,9 @@ extern "C" { #define FSP_FUSE_NOTIFY_CHFLAGS 0x0080 #define FSP_FUSE_NOTIFY_TRUNCATE 0x0100 +/* getpath extension */ +#define FSP_FUSE_HAS_GETPATH 1 + struct fuse_file_info { int flags;