btrfs: rename btrfs_release_extent_buffer_page
authorDavid Sterba <dsterba@suse.com>
Thu, 19 Jul 2018 15:24:32 +0000 (17:24 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 6 Aug 2018 11:12:54 +0000 (13:12 +0200)
commit55ac01396ae8cfc0616e85bb4b49a130144633c2
tree4899de50c25a495a1de33cd7ae871b4250fc729d
parentd64766fdf9cd172f8416d898cc9d5219ed933b96
btrfs: rename btrfs_release_extent_buffer_page

The function used to release one page (and always the first one), but
not anymore since a50924e3a4d7fccb0ecfbd4 ("btrfs: drop constant param
from btrfs_release_extent_buffer_page").  Update the name and comment.

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