diff options
Diffstat (limited to 'libglusterfs/src/glusterfs.h')
-rw-r--r-- | libglusterfs/src/glusterfs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index 8d387bafb3b..5777974676f 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -284,6 +284,10 @@ #define GF_LK_ADVISORY 0 #define GF_LK_MANDATORY 1 +/* md-cache keys */ +#define MDC_INVALIDATE_IATT "mdc.invalidate.iatt" +#define MDC_INVALIDATE_XATT "mdc.invalidate.xatt" + const char *fop_enum_to_pri_string (glusterfs_fop_t fop); const char *fop_enum_to_string (glusterfs_fop_t fop); |