diff options
author | Ajeet Jha <ajha@redhat.com> | 2014-08-26 14:39:24 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-09-09 01:09:52 -0700 |
commit | 6f1b9d91cb10e40c7bbdf17dd8cb5a5644d41fd5 (patch) | |
tree | b0e2b55ade81d628117f1045498be58ac486627e /xlators/features/changelog/src/changelog.c | |
parent | ee1ce68362ddbd54a4ad33b76dc72a2c0623d646 (diff) |
features/changelog: Removal of redundant fop color count while draining.
BUG: 1138952
Change-Id: I594be0d09c6af2e4a34da3e819d1ab6fd85e34c4
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>
Reviewed-on: http://review.gluster.org/8647
Diffstat (limited to 'xlators/features/changelog/src/changelog.c')
-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); |