Commit ab8627e
ext4: make ext4_zeroout_es() return void
After ext4_es_insert_extent() returns void, the return value in
ext4_zeroout_es() is also unnecessary, so make it return void too.
Signed-off-by: Baokun Li <libaokun1@huawei.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20230424033846.4732-13-libaokun1@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>1 parent 6c12039 commit ab8627e
1 file changed
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3123 | 3123 | | |
3124 | 3124 | | |
3125 | 3125 | | |
3126 | | - | |
| 3126 | + | |
3127 | 3127 | | |
3128 | 3128 | | |
3129 | 3129 | | |
| |||
3134 | 3134 | | |
3135 | 3135 | | |
3136 | 3136 | | |
3137 | | - | |
| 3137 | + | |
3138 | 3138 | | |
3139 | 3139 | | |
3140 | 3140 | | |
3141 | | - | |
3142 | 3141 | | |
3143 | 3142 | | |
3144 | 3143 | | |
| |||
3288 | 3287 | | |
3289 | 3288 | | |
3290 | 3289 | | |
3291 | | - | |
| 3290 | + | |
3292 | 3291 | | |
3293 | 3292 | | |
3294 | 3293 | | |
| |||
3641 | 3640 | | |
3642 | 3641 | | |
3643 | 3642 | | |
3644 | | - | |
3645 | | - | |
3646 | | - | |
| 3643 | + | |
| 3644 | + | |
3647 | 3645 | | |
3648 | 3646 | | |
3649 | 3647 | | |
| |||
0 commit comments