]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ext4: Remove a redundant return statement
authorJulian Sun <sunjunchao2870@gmail.com>
Tue, 7 Jan 2025 04:46:58 +0000 (12:46 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 13 Mar 2025 13:57:19 +0000 (09:57 -0400)
Remove a redundant return statements in the
ext4_es_remove_extent() function.

Signed-off-by: Julian Sun <sunjunchao2870@gmail.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://patch.msgid.link/20250107044702.1836852-2-sunjunchao2870@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/extents_status.c

index ae29832aab1eabdd2afb258540e1293228d931a8..d1401d4a5513758bb53bed189a40a7389710567e 100644 (file)
@@ -1551,7 +1551,6 @@ retry:
 
        ext4_es_print_tree(inode);
        ext4_da_release_space(inode, reserved);
-       return;
 }
 
 static int __es_shrink(struct ext4_sb_info *sbi, int nr_to_scan,