afs: Make afs_readpages() fetch data in bulk
authorDavid Howells <dhowells@redhat.com>
Thu, 5 Jan 2017 10:38:35 +0000 (10:38 +0000)
committerDavid Howells <dhowells@redhat.com>
Fri, 6 Jan 2017 16:54:41 +0000 (16:54 +0000)
commit91b467e0a3f5fa861265eda94640b7d4c0290551
treef5047799b3a947492e0321459c9fffb30a7c2ae7
parent196ee9cd2d04728d0ec0038a2856b86142615b11
afs: Make afs_readpages() fetch data in bulk

Make afs_readpages() use afs_vnode_fetch_data()'s new ability to take a
list of pages and do a bulk fetch.

Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/file.c
fs/afs/volume.c