diff options
Diffstat (limited to 'glusterfsd/src/fetch-spec.c')
-rw-r--r-- | glusterfsd/src/fetch-spec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glusterfsd/src/fetch-spec.c b/glusterfsd/src/fetch-spec.c index 6bf980dcc..239b3c902 100644 --- a/glusterfsd/src/fetch-spec.c +++ b/glusterfsd/src/fetch-spec.c @@ -82,7 +82,7 @@ fetch_notify (xlator_t *this_xl, int event, void *data, ...) STACK_WIND (frame, fetch_cbk, this_xl->children->xlator, - this_xl->children->xlator->mops->getspec, + this_xl->children->xlator->fops->getspec, this_xl->ctx->cmd_args.volfile_id, 0); break; |