btrfs: Export btrfs_release_disk_super

Preparatory patch for removal of buffer_head usage in btrfs.

Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
Nikolay Borisov
2020-02-14 00:24:29 +09:00
committed by David Sterba
parent 55ffaabe23
commit f6d9abbc1f
2 changed files with 2 additions and 1 deletions

View File

@@ -1247,7 +1247,7 @@ int btrfs_open_devices(struct btrfs_fs_devices *fs_devices,
return ret;
}
static void btrfs_release_disk_super(struct page *page)
void btrfs_release_disk_super(struct page *page)
{
kunmap(page);
put_page(page);