瀏覽代碼

block: update comment on end_request()

It refers to functions that no longer exist after the IO completion
changes.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Jens Axboe 16 年之前
父節點
當前提交
839e96afba
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      block/blk-core.c

+ 3 - 3
block/blk-core.c

@@ -1780,9 +1780,9 @@ EXPORT_SYMBOL(end_dequeued_request);
  *     they have a residual value to account for. For that case this function
  *     they have a residual value to account for. For that case this function
  *     isn't really useful, unless the residual just happens to be the
  *     isn't really useful, unless the residual just happens to be the
  *     full current segment. In other words, don't use this function in new
  *     full current segment. In other words, don't use this function in new
- *     code. Either use end_request_completely(), or the
- *     end_that_request_chunk() (along with end_that_request_last()) for
- *     partial completions.
+ *     code. Use blk_end_request() or __blk_end_request() to end partial parts
+ *     of a request, or end_dequeued_request() and end_queued_request() to
+ *     completely end IO on a dequeued/queued request.
  *
  *
  **/
  **/
 void end_request(struct request *req, int uptodate)
 void end_request(struct request *req, int uptodate)