Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ext4: correct comment for ext4_ext_check_cache

The comment for ext4_ext_check_cache has a litte mistake.

Signed-off-by: Robin Dong <sanbai@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

authored by

Robin Dong and committed by
Theodore Ts'o
b7ca1e8e 0737964b

+1 -1
+1 -1
fs/ext4/extents.c
··· 2019 2019 } 2020 2020 2021 2021 /* 2022 - * ext4_ext_in_cache() 2022 + * ext4_ext_check_cache() 2023 2023 * Checks to see if the given block is in the cache. 2024 2024 * If it is, the cached extent is stored in the given 2025 2025 * cache extent pointer. If the cached extent is a hole,