mm/filemap: unify read/write dropbehind naming
authorJens Axboe <axboe@kernel.dk>
Tue, 27 May 2025 13:06:43 +0000 (07:06 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 27 May 2025 13:18:41 +0000 (07:18 -0600)
commit4e36f87551ed6ab100b6699271c4dec6089a3682
tree9fc03aabbf004f3d6c60351b4c1af820a6cdfdd9
parent1ca3fe3c4cbb2ad7a89e755676492fb16339338c
mm/filemap: unify read/write dropbehind naming

The read side is filemap_end_dropbehind_read(), while the write side
used folio_ as the prefix rather than filemap_. The read side makes more
sense, unify the naming such that the write side follows that.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
mm/filemap.c