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>
This commit is contained in:
Amar Tumballi 2018-07-27 23:50:05 +05:30
parent a105b25915
commit c25eee58c9
5 changed files with 5 additions and 0 deletions

View File

@ -1727,4 +1727,5 @@ xlator_api_t xlator_api = {
.cbks = &cs_cbks,
.options = cs_options,
.identifier = "cloudsync",
.category = GF_TECH_PREVIEW,
};

View File

@ -3862,4 +3862,5 @@ xlator_api_t xlator_api = {
.cbks = &mdc_cbks,
.options = mdc_options,
.identifier = "md-cache",
.category = GF_MAINTAINED,
};

View File

@ -869,4 +869,5 @@ xlator_api_t xlator_api = {
.cbks = &nlc_cbks,
.options = nlc_options,
.identifier = "nl-cache",
.category = GF_TECH_PREVIEW,
};

View File

@ -1702,4 +1702,5 @@ xlator_api_t xlator_api = {
.cbks = &qr_cbks,
.options = qr_options,
.identifier = "quick-read",
.category = GF_MAINTAINED,
};

View File

@ -1849,4 +1849,5 @@ xlator_api_t xlator_api = {
.cbks = &server_cbks,
.options = server_options,
.identifier = "server",
.category = GF_MAINTAINED,
};