diff options
Diffstat (limited to 'libglusterfs/src')
| -rw-r--r-- | libglusterfs/src/glusterfs.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index d1db087c3ca..dfaa623fa87 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -94,6 +94,8 @@  #define GF_READDIR_SKIP_DIRS       "readdir-filter-directories"  #define BD_XATTR_KEY             "user.glusterfs" +#define GF_PREOP_PARENT_KEY      "glusterfs.preop.parent.key" +#define GF_PREOP_CHECK_FAILED    "glusterfs.preop.check.failed"  #define XATTR_IS_PATHINFO(x)  ((strncmp (x, GF_XATTR_PATHINFO_KEY,       \                                          strlen (x)) == 0) ||             \  | 
