mm/filemap: unify read/write dropbehind naming
authorJens Axboe <axboe@kernel.dk>
Tue, 27 May 2025 13:28:55 +0000 (07:28 -0600)
committerChristian Brauner <brauner@kernel.org>
Tue, 27 May 2025 19:06:24 +0000 (21:06 +0200)
commit1da7a06d9ce4edea3370945af8bfcc71b7744788
tree5105d66c5e8d9ade38039a233af251778a4e23cf
parent7b2b67dbd449afd00fc7279b1ab7ffa3d26fe0c9
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>
Link: https://lore.kernel.org/20250527133255.452431-5-axboe@kernel.dk
Signed-off-by: Christian Brauner <brauner@kernel.org>
mm/filemap.c