diff options
author | Ajeet Jha <ajha@redhat.com> | 2014-08-26 14:39:24 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-08-26 04:55:44 -0700 |
commit | 27daeba0f7e02669919a7d89a04ea8fe39e06898 (patch) | |
tree | 18240ecc7ad1ff1ead747f5c5f93db1a1009c61c /xlators/features | |
parent | c080403393987f807b9ca81be140618fa5e994f1 (diff) |
features/changelog: Removal of redundant fop color count while draining.
Change-Id: Ie5581579df63513e636fa3dd92dd90699ea7d999
BUG: 1128093
Signed-off-by: Ajeet Jha <ajha@redhat.com>
Reviewed-on: http://review.gluster.org/8542
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'xlators/features')
-rw-r--r-- | xlators/features/changelog/src/changelog.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xlators/features/changelog/src/changelog.c b/xlators/features/changelog/src/changelog.c index 75a62d686d6..12b39f73f3c 100644 --- a/xlators/features/changelog/src/changelog.c +++ b/xlators/features/changelog/src/changelog.c @@ -497,7 +497,6 @@ changelog_link (call_frame_t *frame, chlog_barrier_dequeue_all (this, &queue); } wind: - changelog_color_fop_and_inc_cnt (this, priv, frame->local); STACK_WIND (frame, changelog_link_cbk, FIRST_CHILD (this), FIRST_CHILD (this)->fops->link, oldloc, newloc, xdata); @@ -632,7 +631,6 @@ changelog_mkdir (call_frame_t *frame, xlator_t *this, } wind: - changelog_color_fop_and_inc_cnt (this, priv, frame->local); STACK_WIND (frame, changelog_mkdir_cbk, FIRST_CHILD (this), FIRST_CHILD (this)->fops->mkdir, loc, mode, umask, xdata); @@ -761,7 +759,6 @@ changelog_symlink (call_frame_t *frame, xlator_t *this, } wind: - changelog_color_fop_and_inc_cnt (this, priv, frame->local); STACK_WIND (frame, changelog_symlink_cbk, FIRST_CHILD (this), FIRST_CHILD (this)->fops->symlink, linkname, loc, umask, xdata); @@ -898,7 +895,6 @@ changelog_mknod (call_frame_t *frame, } wind: - changelog_color_fop_and_inc_cnt (this, priv, frame->local); STACK_WIND (frame, changelog_mknod_cbk, FIRST_CHILD (this), FIRST_CHILD (this)->fops->mknod, loc, mode, dev, umask, xdata); @@ -1041,7 +1037,6 @@ changelog_create (call_frame_t *frame, xlator_t *this, } wind: - changelog_color_fop_and_inc_cnt (this, priv, frame->local); STACK_WIND (frame, changelog_create_cbk, FIRST_CHILD (this), FIRST_CHILD (this)->fops->create, loc, flags, mode, umask, fd, xdata); |