mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 20:51:27 +00:00
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1658 d57e44dd-8a1f-0410-8b47-8ef2f437770f
13 lines
497 B
Diff
13 lines
497 B
Diff
diff -upkr linux-2.6.32.1/mm/readahead.c linux-2.6.32.1/mm/readahead.c
|
|
--- linux-2.6.32.1/mm/readahead.c 2009-12-03 06:51:21.000000000 +0300
|
|
+++ linux-2.6.32.1/mm/readahead.c 2009-12-16 15:21:00.000000000 +0300
|
|
@@ -547,5 +547,8 @@ page_cache_async_readahead(struct addres
|
|
|
|
/* do read-ahead */
|
|
ondemand_readahead(mapping, ra, filp, true, offset, req_size);
|
|
+
|
|
+ if (PageUptodate(page))
|
|
+ blk_run_backing_dev(mapping->backing_dev_info, NULL);
|
|
}
|
|
EXPORT_SYMBOL_GPL(page_cache_async_readahead);
|