[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

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

2012-10-16 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. Signed-off-by: Raghavendra D Prabhu rpra...@wnohang.net ---