mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-25 07:51:28 +00:00
Removed because accepted in mainline kernel.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1637 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
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
|
||||
@@ -565,5 +565,8 @@ page_cache_async_readahead(struct addres
|
||||
if (PageUptodate(page))
|
||||
blk_run_backing_dev(mapping->backing_dev_info, NULL);
|
||||
#endif
|
||||
+
|
||||
+ if (PageUptodate(page))
|
||||
+ blk_run_backing_dev(mapping->backing_dev_info, NULL);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(page_cache_async_readahead);
|
||||
Reference in New Issue
Block a user