Merge branch 'hotfixes' into devel
This commit is contained in:
@@ -531,7 +531,10 @@ readpage_async_filler(void *data, struct page *page)
|
||||
|
||||
if (len < PAGE_CACHE_SIZE)
|
||||
zero_user_segment(page, len, PAGE_CACHE_SIZE);
|
||||
nfs_pageio_add_request(desc->pgio, new);
|
||||
if (!nfs_pageio_add_request(desc->pgio, new)) {
|
||||
error = desc->pgio->pg_error;
|
||||
goto out_unlock;
|
||||
}
|
||||
return 0;
|
||||
out_error:
|
||||
error = PTR_ERR(new);
|
||||
|
Reference in New Issue
Block a user