ext4: make ext4_es_insert_extent() return void
authorBaokun Li <libaokun1@huawei.com>
Mon, 24 Apr 2023 03:38:45 +0000 (11:38 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 26 Jun 2023 23:35:12 +0000 (19:35 -0400)
commit6c120399cde6b1b5cf65ce403765c579fb3d3e50
tree165028978e7ce2ad0e7acaa0678fd175ce418e41
parent8782b020ccbef6c4b62f00c86423f4d37ec60932
ext4: make ext4_es_insert_extent() return void

Now ext4_es_insert_extent() never return error, so make it return void.

Signed-off-by: Baokun Li <libaokun1@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20230424033846.4732-12-libaokun1@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/extents.c
fs/ext4/extents_status.c
fs/ext4/extents_status.h
fs/ext4/inode.c