summaryrefslogtreecommitdiff
path: root/fs/orangefs/devorangefs-req.c
diff options
context:
space:
mode:
authorMike Marshall <hubcap@omnibond.com>2016-02-26 14:39:08 -0500
committerMike Marshall <hubcap@omnibond.com>2016-02-26 14:39:08 -0500
commit9f08cfe94417f782393330cbfc95617c04f051c2 (patch)
tree19b70ed52058ffd95a661ba9db466c4c472fae89 /fs/orangefs/devorangefs-req.c
parentca9f518eadeb7edd8e438a6542d3caec9bc3bb74 (diff)
Orangefs: update orangefs.txt
Al Viro has cleaned up the way ops are processed and waited for, now orangefs.txt has an overview of how it works. Several recent related commits have added to the comments in the code as well. Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/devorangefs-req.c')
-rw-r--r--fs/orangefs/devorangefs-req.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/orangefs/devorangefs-req.c b/fs/orangefs/devorangefs-req.c
index e3934c06b96a..d50f89ea302e 100644
--- a/fs/orangefs/devorangefs-req.c
+++ b/fs/orangefs/devorangefs-req.c
@@ -404,8 +404,8 @@ static ssize_t orangefs_devreq_write_iter(struct kiocb *iocb,
wakeup:
/*
- * tell the vfs op waiting on a waitqueue
- * that this op is done
+ * Return to vfs waitqueue, and back to service_operation
+ * through wait_for_matching_downcall.
*/
spin_lock(&op->lock);
if (unlikely(op_is_cancel(op))) {