From fa4e997970fb0e1d0abaae742a35701bcb576150 Mon Sep 17 00:00:00 2001 From: Mohammed Junaid Ahmed Date: Mon, 14 Mar 2011 22:22:04 +0000 Subject: storage/posix: Added GF_XATTROP_ADD_LONG_ARRAY flag to perform 64bit xattrop operations. Signed-off-by: Junaid Signed-off-by: Vijay Bellur BUG: 2473 (Support for volume and directory level quota) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2473 --- libglusterfs/src/glusterfs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs') diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index bbb865db9..a3fa58516 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; -- cgit