summaryrefslogtreecommitdiffstats
path: root/libglusterfs
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs')
-rw-r--r--libglusterfs/src/upcall-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/upcall-utils.h b/libglusterfs/src/upcall-utils.h
index 64571c5bdf8..47049fd7014 100644
--- a/libglusterfs/src/upcall-utils.h
+++ b/libglusterfs/src/upcall-utils.h
@@ -33,6 +33,8 @@
#define UP_XATTR 0x00000400 /* update the xattrs and ctime */
#define UP_XATTR_RM 0x00000800 /* Remove the xattrs and update ctime */
+#define UP_EXPLICIT_LOOKUP 0x00001000 /* Request an explicit lookup */
+
/* for fops - open, read, lk, */
#define UP_UPDATE_CLIENT (UP_ATIME)