diff options
author | Amar Tumballi <amarts@redhat.com> | 2018-07-27 23:50:05 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2018-09-04 09:16:36 +0000 |
commit | c25eee58c933a1ada8f5550377081c765ef24213 (patch) | |
tree | 37fc1ceac22f713cfea1154018f051e8372b49e8 /xlators/performance/md-cache | |
parent | a105b25915a2b9c900957c71443e0be2ef5fa9ec (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')
-rw-r--r-- | xlators/performance/md-cache/src/md-cache.c | 1 |
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, }; |