diff options
author | Mohammed Junaid Ahmed <junaid@gluster.com> | 2011-03-14 22:22:04 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2011-03-16 00:32:07 -0700 |
commit | fa4e997970fb0e1d0abaae742a35701bcb576150 (patch) | |
tree | 7e886b693682d47fca1bda082198a5c534b8a986 /libglusterfs/src/glusterfs.h | |
parent | 031eee923d8fd79bc1cf78b7b24fe82e44186848 (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/src/glusterfs.h')
-rw-r--r-- | libglusterfs/src/glusterfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index bbb865db..a3fa5851 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; |