summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/upcall-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libglusterfs/src/upcall-utils.h')
-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 47049fd7014..3b5dce33e45 100644
--- a/libglusterfs/src/upcall-utils.h
+++ b/libglusterfs/src/upcall-utils.h
@@ -35,6 +35,8 @@
#define UP_EXPLICIT_LOOKUP 0x00001000 /* Request an explicit lookup */
+#define UP_INVAL_ATTR 0x00002000 /* Request to invalidate iatt and xatt */
+
/* for fops - open, read, lk, */
#define UP_UPDATE_CLIENT (UP_ATIME)