From 1ef501b5c526a2dec6592cb8693996a81e5834c4 Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Mon, 21 Mar 2011 01:54:42 +0000 Subject: cluster/distribute: aggregate quota-sizes in lookup and getxattr. Signed-off-by: Raghavendra G 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 --- xlators/lib/src/libxlator.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/lib/src') diff --git a/xlators/lib/src/libxlator.h b/xlators/lib/src/libxlator.h index c5e564faff5..af7eb434a93 100644 --- a/xlators/lib/src/libxlator.h +++ b/xlators/lib/src/libxlator.h @@ -22,6 +22,7 @@ #define UUID_SIZE 36 #define MARKER_UUID_TYPE 1 #define MARKER_XTIME_TYPE 2 +#define GF_XATTR_QUOTA_SIZE_KEY "trusted.glusterfs.quota.size" typedef int32_t (*xlator_specf_unwind_t) (call_frame_t *frame, -- cgit