]> git.hungrycats.org Git - linux/commit
btrfs: fix stale function references in compression comments
authorTal Zussman <tz2294@columbia.edu>
Mon, 7 Sep 2026 20:20:00 +0000 (16:20 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 14 Sep 2026 11:23:38 +0000 (13:23 +0200)
commitf05334e583a040540f0564eab5d36f96385da046
treef5582addcd759000a2e2b37586c6319b1741580f
parent05d82382315192a4bb840166d6d2e6f4198cbcfa
btrfs: fix stale function references in compression comments

add_ra_bio_pages() was renamed to add_ra_bio_folios(), and
btrfs_compress_filemap_get_folio() wraps filemap_get_folio(), not
find_get_page(). Update the comments accordingly.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Tal Zussman <tz2294@columbia.edu>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/compression.c