summaryrefslogtreecommitdiffstats
path: root/xlators/performance/md-cache/src/md-cache.c
diff options
context:
space:
mode:
authorAmar Tumballi <amarts@redhat.com>2018-07-27 23:50:05 +0530
committerAmar Tumballi <amarts@redhat.com>2018-09-04 09:16:36 +0000
commitc25eee58c933a1ada8f5550377081c765ef24213 (patch)
tree37fc1ceac22f713cfea1154018f051e8372b49e8 /xlators/performance/md-cache/src/md-cache.c
parenta105b25915a2b9c900957c71443e0be2ef5fa9ec (diff)
xlators: add classification flag to some
Add classification to those translators which has `xlator_api_t` already defined and used. Updates: #430 Change-Id: I9d2772cb2c4ed4ab06aaa546500cf3b7d00bddac Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'xlators/performance/md-cache/src/md-cache.c')
-rw-r--r--xlators/performance/md-cache/src/md-cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/performance/md-cache/src/md-cache.c b/xlators/performance/md-cache/src/md-cache.c
index 1f998cfcf21..1e208b3638f 100644
--- a/xlators/performance/md-cache/src/md-cache.c
+++ b/xlators/performance/md-cache/src/md-cache.c
@@ -3862,4 +3862,5 @@ xlator_api_t xlator_api = {
.cbks = &mdc_cbks,
.options = mdc_options,
.identifier = "md-cache",
+ .category = GF_MAINTAINED,
};