From 6f1b9d91cb10e40c7bbdf17dd8cb5a5644d41fd5 Mon Sep 17 00:00:00 2001 From: Ajeet Jha Date: Tue, 26 Aug 2014 14:39:24 +0530 Subject: features/changelog: Removal of redundant fop color count while draining. BUG: 1138952 Change-Id: I594be0d09c6af2e4a34da3e819d1ab6fd85e34c4 Signed-off-by: Ajeet Jha Reviewed-on: http://review.gluster.org/8542 Reviewed-by: Vijay Bellur Tested-by: Gluster Build System Reviewed-on: http://review.gluster.org/8647 --- xlators/features/changelog/src/changelog.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'xlators') 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); -- cgit