On Tue, Jan 25 2005, Adrian Bunk wrote: > This patch by Josef "Jeff" Sipek <[EMAIL PROTECTED]> fixes two > documentationn paths. > > Signed-off-by: Josef "Jeff" Sipek <[EMAIL PROTECTED]> > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Looks fine, thanks. > > diff -Nru a/drivers/block/as-iosched.c b/drivers/block/as-iosched.c > --- a/drivers/block/as-iosched.c 2004-12-02 19:45:45 -05:00 > +++ b/drivers/block/as-iosched.c 2004-12-02 19:45:45 -05:00 > @@ -25,7 +25,7 @@ > #define REQ_ASYNC 0 > > /* > - * See Documentation/as-iosched.txt > + * See Documentation/block/as-iosched.txt > */ > > /* > diff -Nru a/drivers/block/deadline-iosched.c > b/drivers/block/deadline-iosched.c > --- a/drivers/block/deadline-iosched.c 2004-12-02 19:45:45 -05:00 > +++ b/drivers/block/deadline-iosched.c 2004-12-02 19:45:45 -05:00 > @@ -19,7 +19,7 @@ > #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 write_expire = 5 * HZ; /* ditto for writes, these limits are > SOFT! */ > > > > > > -- Jens Axboe - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

