From da20a20f3b5c175648fa797c899dd577e4dacb51 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 21 Jul 2006 20:30:28 +0200 Subject: [PATCH] [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 Signed-off-by: Jens Axboe --- Reading git-format-patch failed