]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: update comment for try_release_extent_state()
authorFilipe Manana <fdmanana@suse.com>
Tue, 25 Mar 2025 13:29:44 +0000 (13:29 +0000)
committerDavid Sterba <dsterba@suse.com>
Thu, 15 May 2025 12:30:40 +0000 (14:30 +0200)
commitcbfb4cbf459d9be4782bdf4fa688dbe3ca455992
tree3481f395e0366117cf4b1758ff21a083b344874f
parent1e5773e0bab761c853eaf7286394905a544ef02d
btrfs: update comment for try_release_extent_state()

Drop reference to pages from the comment since the function is fully folio
aware and works regardless of how many pages are in the folio. Also while
at it, capitalize the first word and make it more explicit that
release_folio is a callback from struct address_space_operations.

Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c