From 701a88663e5de6dfd7a84d87da82a69c50c51f64 Mon Sep 17 00:00:00 2001 From: Ben Collins Date: Tue, 15 Nov 2005 00:09:21 -0800 Subject: [PATCH] --- yaml --- r: 14239 b: refs/heads/master c: 1d193f4f112b9d8855ba1339fa784ee95f25b9c7 h: refs/heads/master i: 14237: 39fd7e215684cde7acc7fbe34e397479968d8dc2 14235: f27777ea897ac3ca4a38d4ac22c18487a82a8b77 14231: bc7cb6a96781d482d44aeb3bfef43154ee3f5cce 14223: 7ce1a31989cb7ad381fc0f668e59c86b04f9bfa5 14207: 66c348e474cbd0f73df185e37c19199eda224b22 v: v3 --- [refs] | 2 +- trunk/Documentation/DocBook/kernel-api.tmpl | 2 +- trunk/Documentation/block/biodoc.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index dd00a5250050..f7d4e399e811 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 400bb2369df481abae5aa801e63e70008e15fba5 +refs/heads/master: 1d193f4f112b9d8855ba1339fa784ee95f25b9c7 diff --git a/trunk/Documentation/DocBook/kernel-api.tmpl b/trunk/Documentation/DocBook/kernel-api.tmpl index 0519c9dc0065..096aed62c326 100644 --- a/trunk/Documentation/DocBook/kernel-api.tmpl +++ b/trunk/Documentation/DocBook/kernel-api.tmpl @@ -386,7 +386,7 @@ X!Edrivers/pnp/system.c Block Devices -!Edrivers/block/ll_rw_blk.c +!Eblock/ll_rw_blk.c diff --git a/trunk/Documentation/block/biodoc.txt b/trunk/Documentation/block/biodoc.txt index 2d65c2182161..0fe01c805480 100644 --- a/trunk/Documentation/block/biodoc.txt +++ b/trunk/Documentation/block/biodoc.txt @@ -1063,8 +1063,8 @@ Aside: 4.4 I/O contexts I/O contexts provide a dynamically allocated per process data area. They may be used in I/O schedulers, and in the block layer (could be used for IO statis, -priorities for example). See *io_context in drivers/block/ll_rw_blk.c, and -as-iosched.c for an example of usage in an i/o scheduler. +priorities for example). See *io_context in block/ll_rw_blk.c, and as-iosched.c +for an example of usage in an i/o scheduler. 5. Scalability related changes