commit | 96ac9158a230e467d4be737c82702355c6838fc4 | [log] [tgz] |
---|---|---|
author | John Hubbard <jhubbard@nvidia.com> | Thu Aug 08 20:56:47 2019 -0700 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Sep 16 12:06:25 2019 +0200 |
tree | 5b7d450590805db8343ec7a0640bee202260f7f9 | |
parent | 5435d2069503e2aa89c34a94154f4f2fa4a0c9c4 [diff] |
ceph: use release_pages() directly release_pages() has been available to modules since Oct, 2010, when commit 0be8557bcd34 ("fuse: use release_pages()") added EXPORT_SYMBOL(release_pages). However, this ceph code was still using a workaround. Remove the workaround, and call release_pages() directly. Signed-off-by: John Hubbard <jhubbard@nvidia.com> Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>