Commit 4b721e0c authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] *-iosched.c: Use proper documentation path

This patch by Josef "Jeff" Sipek <jeffpc@optonline.net> fixes two
documentationn paths.
Signed-off-by: default avatarJosef "Jeff" Sipek <jeffpc@optonline.net>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent dda4dd54
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#define REQ_ASYNC 0 #define REQ_ASYNC 0
/* /*
* See Documentation/as-iosched.txt * See Documentation/block/as-iosched.txt
*/ */
/* /*
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include <linux/rbtree.h> #include <linux/rbtree.h>
/* /*
* See Documentation/deadline-iosched.txt * See Documentation/block/deadline-iosched.txt
*/ */
static int read_expire = HZ / 2; /* max time before a read is submitted. */ static int read_expire = HZ / 2; /* max time before a read is submitted. */
static int write_expire = 5 * HZ; /* ditto for writes, these limits are SOFT! */ static int write_expire = 5 * HZ; /* ditto for writes, these limits are SOFT! */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment