ext4: factor out ext4_group_desc_init() and ext4_group_desc_free()
authorJason Yan <yanaijie@huawei.com>
Fri, 16 Sep 2022 14:15:22 +0000 (22:15 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 1 Oct 2022 03:46:53 +0000 (23:46 -0400)
commita4e6a511d7de5d2afa4e8138146c29b926c6a449
tree241f979b52f696d8c9362c5c0116cfaa5b8bf70a
parentbc62dbf9145746c442b5b4a960e842ff7e8fdd2e
ext4: factor out ext4_group_desc_init() and ext4_group_desc_free()

Factor out ext4_group_desc_init() and ext4_group_desc_free(). No
functional change.

Signed-off-by: Jason Yan <yanaijie@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
Link: https://lore.kernel.org/r/20220916141527.1012715-12-yanaijie@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c