aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/relocation.c
diff options
context:
space:
mode:
authorDavid Sterba <[email protected]>2025-01-09 10:24:12 +0000
committerDavid Sterba <[email protected]>2025-01-13 13:53:22 +0000
commit3a1c46dbc9856a286808170b58c35ff5f50afa30 (patch)
tree9b8af78431f23feb8ae1bb60d6d0c7b54e806b13 /fs/btrfs/relocation.c
parentbtrfs: rename __unlock_for_delalloc() and drop underscores (diff)
downloadkernel-3a1c46dbc9856a286808170b58c35ff5f50afa30.tar.gz
kernel-3a1c46dbc9856a286808170b58c35ff5f50afa30.zip
btrfs: open code set_page_extent_mapped()
The function set_page_extent_mapped() is now a simple wrapper so use the folio helper. Reviewed-by: Johannes Thumshirn <[email protected]> Reviewed-by: Anand Jain <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/btrfs/relocation.c')
-rw-r--r--fs/btrfs/relocation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/relocation.c b/fs/btrfs/relocation.c
index d4100e58172f..af0969b70b53 100644
--- a/fs/btrfs/relocation.c
+++ b/fs/btrfs/relocation.c
@@ -2870,7 +2870,7 @@ again:
/*
* We could have lost folio private when we dropped the lock to read the
- * folio above, make sure we set_page_extent_mapped here so we have any
+ * folio above, make sure we set_folio_extent_mapped() here so we have any
* of the subpage blocksize stuff we need in place.
*/
ret = set_folio_extent_mapped(folio);