ceph: rip out old fscache readpage handling
authorJeff Layton <jlayton@kernel.org>
Thu, 21 Jan 2021 17:32:05 +0000 (12:32 -0500)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 27 Apr 2021 21:52:21 +0000 (23:52 +0200)
commite7df4524cd9a6a006f9e12f3d908e5af69dfa145
treee00229d6b85e2fff02beb77d1754f398cca58875
parent8b018889922581c247373fc1bd28e11a472d3d0f
ceph: rip out old fscache readpage handling

With the new netfs read helper functions, we won't need a lot of this
infrastructure as it handles the pagecache pages itself. Rip out the
read handling for now, and much of the old infrastructure that deals in
individual pages.

The cookie handling is mostly unchanged, however.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
fs/ceph/addr.c
fs/ceph/cache.c
fs/ceph/cache.h
fs/ceph/caps.c
fs/ceph/super.h