[PATCH 1/2] readahead: split ondemand readahead interface into two functions

2007-06-13 Thread Fengguang Wu
Split ondemand readahead interface into two functions. I think this makes it a little clearer for non-readahead experts (like Rusty). Internally they both call ondemand_readahead(), but the page argument is changed to an obvious boolean flag. Signed-off-by: Rusty Russell <[EMAIL PROTECTED]> Sign

[PATCH 1/2] readahead: split ondemand readahead interface into two functions

2007-06-13 Thread Fengguang Wu
Split ondemand readahead interface into two functions. I think this makes it a little clearer for non-readahead experts (like Rusty). Internally they both call ondemand_readahead(), but the page argument is changed to an obvious boolean flag. Signed-off-by: Rusty Russell <[EMAIL PROTECTED]> Sign