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:58:15 +0000
committerAnand V. Avati <avati@dev.gluster.com>2009-09-22 06:13:54 -0700
commit540d14f4e54ac72e2c474aa377a91d1abdbaaab6 (patch)
treee864c4b5fa5916eaf535b51a80f6c6654d7ac952 /xlators/performance/quick-read/src/quick-read.c
parentfa953347e8f22baf4bf7e8042eeba0d949842a20 (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;