summaryrefslogtreecommitdiffstats
path: root/xlators/features/marker/src/marker-common.h
diff options
context:
space:
mode:
authorJunaid <junaid@gluster.com>2011-04-12 10:01:28 +0000
committerAnand Avati <avati@gluster.com>2011-04-13 00:38:55 -0700
commitbdb3e709e3eec1863181339bf1a5b66b702ac1bb (patch)
tree7fcd85122078c2f0f0e8a6a9ff51ca03e6df6273 /xlators/features/marker/src/marker-common.h
parent4b6a08fba53d895c84676d8c3ae6a5ef45fa2286 (diff)
features/marker: Filter the quota xattr's on getxattr with NULL name argument.
Signed-off-by: Junaid <junaid@gluster.com> Signed-off-by: Anand Avati <avati@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 'xlators/features/marker/src/marker-common.h')
-rw-r--r--xlators/features/marker/src/marker-common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/features/marker/src/marker-common.h b/xlators/features/marker/src/marker-common.h
index 311e4e23832..2533571c180 100644
--- a/xlators/features/marker/src/marker-common.h
+++ b/xlators/features/marker/src/marker-common.h
@@ -30,4 +30,7 @@
int32_t
marker_force_inode_ctx_get (inode_t *, xlator_t *, marker_inode_ctx_t **);
+
+void
+marker_filter_quota_xattr (dict_t *, char *, data_t *, void *);
#endif