Skip to content
Commit 96ac9158 authored by John Hubbard's avatar John Hubbard Committed by Ilya Dryomov
Browse files

ceph: use release_pages() directly

release_pages() has been available to modules since Oct, 2010,
when commit 0be8557b

 ("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: default avatarJohn Hubbard <jhubbard@nvidia.com>
Reviewed-by: default avatarJeff Layton <jlayton@kernel.org>
Signed-off-by: default avatarIlya Dryomov <idryomov@gmail.com>
parent 5435d206
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment