summaryrefslogtreecommitdiffstats
path: root/xlators/performance/quick-read/src/quick-read.c
diff options
context:
space:
mode:
authorRaghavendra G <raghavendra@gluster.com>2009-09-18 05:48:13 +0000
committerAnand V. Avati <avati@dev.gluster.com>2009-09-22 06:12:45 -0700
commit4a272e7ba02487b2596814035a266974d57e6b04 (patch)
treeb839a099f4af46189d4c4189b4c0338bd3b7867c /xlators/performance/quick-read/src/quick-read.c
parent6f692f0f39f9fe32936135947c91629044ae4d2c (diff)
performance/quick-read: make a comment more explicit.
Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 273 (Code review and optimize quick-read) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=273
Diffstat (limited to 'xlators/performance/quick-read/src/quick-read.c')
-rw-r--r--xlators/performance/quick-read/src/quick-read.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/performance/quick-read/src/quick-read.c b/xlators/performance/quick-read/src/quick-read.c
index 8df53df39..45a9623ac 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;