ceph: convert some PAGE_SIZE invocations to thp_size()
authorJeff Layton <jlayton@kernel.org>
Mon, 5 Apr 2021 14:40:56 +0000 (10:40 -0400)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 27 Apr 2021 21:52:23 +0000 (23:52 +0200)
commit8ff2d290c8ce77c8e30d9b08c13d87cd5688d7e1
treeccb3be8a87a1fe19e168bdd42f99d659223bcd3e
parente7f72952508ac4354f9bec0607ac8a200d050e65
ceph: convert some PAGE_SIZE invocations to thp_size()

Start preparing to allow the use of THPs in the pagecache with ceph by
making it use thp_size() in lieu of PAGE_SIZE in the appropriate places.

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