summaryrefslogtreecommitdiffstats
path: root/libglusterfs
diff options
context:
space:
mode:
authorMohammed Junaid Ahmed <junaid@gluster.com>2011-03-14 22:22:04 +0000
committerVijay Bellur <vijay@dev.gluster.com>2011-03-16 00:32:07 -0700
commitfa4e997970fb0e1d0abaae742a35701bcb576150 (patch)
tree7e886b693682d47fca1bda082198a5c534b8a986 /libglusterfs
parent031eee923d8fd79bc1cf78b7b24fe82e44186848 (diff)
storage/posix: Added GF_XATTROP_ADD_LONG_ARRAY flag to perform 64bit xattrop operations.
Signed-off-by: Junaid <junaid@gluster.com> Signed-off-by: Vijay Bellur <vijay@dev.gluster.com> BUG: 2473 (Support for volume and directory level quota) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2473
Diffstat (limited to 'libglusterfs')
-rw-r--r--libglusterfs/src/glusterfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h
index bbb865db983..a3fa58516e4 100644
--- a/libglusterfs/src/glusterfs.h
+++ b/libglusterfs/src/glusterfs.h
@@ -217,6 +217,7 @@ typedef enum {
typedef enum {
GF_XATTROP_ADD_ARRAY,
+ GF_XATTROP_ADD_ARRAY64
} gf_xattrop_flags_t;