diff options
author | Raghavendra G <raghavendra@gluster.com> | 2009-09-18 05:48:13 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-09-22 06:12:45 -0700 |
commit | 4a272e7ba02487b2596814035a266974d57e6b04 (patch) | |
tree | b839a099f4af46189d4c4189b4c0338bd3b7867c /xlators | |
parent | 6f692f0f39f9fe32936135947c91629044ae4d2c (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')
-rw-r--r-- | xlators/performance/quick-read/src/quick-read.c | 4 |
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 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; |