diff options
| author | Adrien Schildknecht <adriens@google.com> | 2016-11-07 12:41:42 -0800 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-11 11:00:21 +0200 |
| commit | 72a5ae8e69a24047109b2522c7f344ddaa359211 (patch) | |
| tree | 317b173c051380f50d58f804cf19507cd99aa049 /include/linux | |
| parent | bbdb7dc21bb91b81d56a566eb43c9dccdf17ed01 (diff) | |
Squashfs: implement .readpages()
Squashfs does not implement .readpages(), so the kernel just repeatedly
calls .readpage().
The readpages function tries to pack as much pages as possible in the
same page actor so that only 1 read request is issued.
Now that the read requests are asynchronous, the kernel can truly
prefetch pages using its readahead algorithm.
Signed-off-by: Adrien Schildknecht <adriens@google.com>
Change-Id: I09590c56876e931acca9070505476a98ab1ca79e
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
