diff options
| author | Baokun Li <libaokun1@huawei.com> | 2025-07-14 21:03:17 +0800 |
|---|---|---|
| committer | Theodore Ts'o <tytso@mit.edu> | 2025-07-25 09:14:17 -0400 |
| commit | 9a0ed1698191a143588a9bfb46ed76a4ee094931 (patch) | |
| tree | 8c62dc2808fb9b7c83d9b3309efd3b38c86188e6 /fs/ext4/ext4.h | |
| parent | 4d18a0b98259c2fa62f04ce5f94a7ec6e840f220 (diff) | |
ext4: fix typo in CR_GOAL_LEN_SLOW comment
Remove the superfluous "find_".
Signed-off-by: Baokun Li <libaokun1@huawei.com>
Reviewed-by: Ojaswin Mujoo <ojaswin@linux.ibm.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Zhang Yi <yi.zhang@huawei.com>
Link: https://patch.msgid.link/20250714130327.1830534-8-libaokun1@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/ext4.h')
| -rw-r--r-- | fs/ext4/ext4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 6dc6fabf0228..c65aefa19a99 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h @@ -157,7 +157,7 @@ enum criteria { /* * Reads each block group sequentially, performing disk IO if - * necessary, to find find_suitable block group. Tries to + * necessary, to find suitable block group. Tries to * allocate goal length but might trim the request if nothing * is found after enough tries. */ |