]> www.infradead.org Git - users/hch/misc.git/commit
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)
commitf896776a7019ebc6403504262cd4239aaa9b99ba
tree921b9c98bd86fe9602bd208b510294479a9546cf
parent530fea29ef82e169cd7fe048c2b7baaeb85a0028
ext4: Remove a redundant return statement

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