diff options
author | Raghavendra Bhat <raghavendrabhat@gluster.com> | 2012-05-21 13:34:20 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-05-21 13:43:56 -0700 |
commit | cfcc252514f3c3e99a3f40ca3415f77c2295a8e0 (patch) | |
tree | d66c53e82e86c6305675ec6f620074a1801c1728 /xlators/performance/md-cache | |
parent | e43920cab790ad27a195764d8a2d94cb19bbbfc2 (diff) |
performance/md-cache: use mdc_fsetattr_cbk as the callback if setattr is on a fd
Change-Id: I114a16055540e0cd3317b83b329600251ffe03c3
BUG: 823886
Signed-off-by: Raghavendra Bhat <raghavendrabhat@gluster.com>
Reviewed-on: http://review.gluster.com/3386
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Amar Tumballi <amarts@redhat.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'xlators/performance/md-cache')
-rw-r--r-- | xlators/performance/md-cache/src/md-cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/md-cache/src/md-cache.c b/xlators/performance/md-cache/src/md-cache.c index d07e56d5abb..356c01f35d4 100644 --- a/xlators/performance/md-cache/src/md-cache.c +++ b/xlators/performance/md-cache/src/md-cache.c @@ -1482,7 +1482,7 @@ mdc_fsetattr (call_frame_t *frame, xlator_t *this, fd_t *fd, local->fd = fd_ref (fd); - STACK_WIND (frame, mdc_setattr_cbk, + STACK_WIND (frame, mdc_fsetattr_cbk, FIRST_CHILD(this), FIRST_CHILD(this)->fops->fsetattr, fd, stbuf, valid, xdata); return 0; |