Commit 11fd1a5
ext4: remove unneeded return value of ext4_mb_release_context
Function ext4_mb_release_context always return 0 and the return value is
never used. Just remove unneeded return value of ext4_mb_release_context.
Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20240105092102.496631-4-shikemeng@huaweicloud.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>1 parent 438a35e commit 11fd1a5
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5968 | 5968 | | |
5969 | 5969 | | |
5970 | 5970 | | |
5971 | | - | |
| 5971 | + | |
5972 | 5972 | | |
5973 | 5973 | | |
5974 | 5974 | | |
| |||
6005 | 6005 | | |
6006 | 6006 | | |
6007 | 6007 | | |
6008 | | - | |
6009 | 6008 | | |
6010 | 6009 | | |
6011 | 6010 | | |
| |||
0 commit comments