scst_vdisk: Change page_cache_alloc_cold() calls into page_cache_alloc() calls

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7549 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2018-11-01 04:15:14 +00:00
parent 145db52f3f
commit ac65d90b33

View File

@@ -3206,7 +3206,7 @@ find_page:
/*
* Not cached so create a new page.
*/
page = page_cache_alloc_cold(mapping);
page = page_cache_alloc(mapping);
if (!page) {
error = -ENOMEM;
goto err;