]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2ae71be69e39eb892950103f844a8ee46feca6bb
treeccb3be8a87a1fe19e168bdd42f99d659223bcd3e
parent8c612944f268017fc235c1516a0f6c524b2889ad
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