diff options
Diffstat (limited to 'xlators/features')
| -rw-r--r-- | xlators/features/changelog/src/changelog-rpc-common.c | 2 | ||||
| -rw-r--r-- | xlators/features/quota/src/quota-enforcer-client.c | 2 | ||||
| -rw-r--r-- | xlators/features/snapview-server/src/snapview-server-mgmt.c | 2 | 
3 files changed, 3 insertions, 3 deletions
diff --git a/xlators/features/changelog/src/changelog-rpc-common.c b/xlators/features/changelog/src/changelog-rpc-common.c index de3a730534e..b3b14fa7478 100644 --- a/xlators/features/changelog/src/changelog-rpc-common.c +++ b/xlators/features/changelog/src/changelog-rpc-common.c @@ -52,7 +52,7 @@ changelog_rpc_client_init (xlator_t *this, void *cbkdata,                  goto dealloc_dict;          } -        rpc = rpc_clnt_new (options, this->ctx, this->name, 16); +        rpc = rpc_clnt_new (options, this, this->name, 16);          if (!rpc)                  goto dealloc_dict; diff --git a/xlators/features/quota/src/quota-enforcer-client.c b/xlators/features/quota/src/quota-enforcer-client.c index 067db6d4b76..10bd24f3916 100644 --- a/xlators/features/quota/src/quota-enforcer-client.c +++ b/xlators/features/quota/src/quota-enforcer-client.c @@ -453,7 +453,7 @@ quota_enforcer_init (xlator_t *this, dict_t *options)          if (ret)                  goto out; -        rpc = rpc_clnt_new (options, this->ctx, this->name, 16); +        rpc = rpc_clnt_new (options, this, this->name, 16);          if (!rpc) {                  ret = -1;                  goto out; diff --git a/xlators/features/snapview-server/src/snapview-server-mgmt.c b/xlators/features/snapview-server/src/snapview-server-mgmt.c index 0fe3687e204..4b6132629db 100644 --- a/xlators/features/snapview-server/src/snapview-server-mgmt.c +++ b/xlators/features/snapview-server/src/snapview-server-mgmt.c @@ -85,7 +85,7 @@ svs_mgmt_init (xlator_t *this)                  goto out;          } -        priv->rpc = rpc_clnt_new (options, this->ctx, this->name, 8); +        priv->rpc = rpc_clnt_new (options, this, this->name, 8);          if (!priv->rpc) {                  gf_log (this->name, GF_LOG_ERROR, "failed to initialize RPC");                  goto out;  | 
