[PATCH v2] Change the check for PageReadahead into an else-if

2012-10-24 Thread raghu . prabhu13
From: Raghavendra D Prabhu rpra...@wnohang.net From 51daa88ebd8e0d437289f589af29d4b39379ea76, page_sync_readahead coalesces async readahead into its readahead window, so another checking for that again is not required. Version 2: Fixed the incorrect indentation. Signed-off-by: Raghavendra D

Re: [PATCH v2] Change the check for PageReadahead into an else-if

2012-10-24 Thread Fengguang Wu
On Thu, Oct 25, 2012 at 02:56:04AM +0530, raghu.prabh...@gmail.com wrote: From: Raghavendra D Prabhu rpra...@wnohang.net From 51daa88ebd8e0d437289f589af29d4b39379ea76, page_sync_readahead coalesces async readahead into its readahead window, so another checking for that again is not