commit | da20a20f3b5c175648fa797c899dd577e4dacb51 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@suse.de> | Fri Jul 21 20:30:28 2006 +0200 |
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | Sat Sep 30 20:29:41 2006 +0200 |
tree | 690ba6f8f4f62a9deaa2b6d5d3cf6bd3220dac1b | |
parent | bf57225670bcbeb357182d800736b4782cde7295 [diff] |
[PATCH] ll_rw_blk: allow more flexibility for read_ahead_kb store It can make sense to set read-ahead larger than a single request. We should not be enforcing such policy on the user. Additionally, using the BLKRASET ioctl doesn't impose such a restriction. So additionally we now expose identical behaviour through the two. Issue also reported by Anton <cbou@mail.ru> Signed-off-by: Jens Axboe <axboe@suse.de>