From 4a272e7ba02487b2596814035a266974d57e6b04 Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Fri, 18 Sep 2009 05:48:13 +0000 Subject: performance/quick-read: make a comment more explicit. Signed-off-by: Anand V. Avati BUG: 273 (Code review and optimize quick-read) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=273 --- xlators/performance/quick-read/src/quick-read.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xlators') diff --git a/xlators/performance/quick-read/src/quick-read.c b/xlators/performance/quick-read/src/quick-read.c index 8df53df3996..45a9623ace3 100644 --- a/xlators/performance/quick-read/src/quick-read.c +++ b/xlators/performance/quick-read/src/quick-read.c @@ -463,8 +463,8 @@ qr_open (call_frame_t *frame, xlator_t *this, loc_t *loc, int32_t flags, LOCK (&qr_fd_ctx->lock); { /* - * we need not set this flag, since open is not yet - * unwounded. + * we really need not set this flag, since open is + * not yet unwounded. */ qr_fd_ctx->open_in_transit = 1; -- cgit