diff options
author | Robin Dong <sanbai@taobao.com> | 2011-07-23 21:53:25 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2011-07-23 21:53:25 -0400 |
commit | b7ca1e8ec53259359db5313f923a0a20fa04bdb6 (patch) | |
tree | 7e120d5a7c86c0f44460751dd9c2dba54874c122 /fs/ext4/extents.c | |
parent | 0737964bc98202776f4d10bc8e108f45b3115037 (diff) |
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>
Diffstat (limited to 'fs/ext4/extents.c')
-rw-r--r-- | fs/ext4/extents.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c index a637d837a895..4d73e11ae883 100644 --- a/fs/ext4/extents.c +++ b/fs/ext4/extents.c | |||
@@ -2019,7 +2019,7 @@ ext4_ext_put_gap_in_cache(struct inode *inode, struct ext4_ext_path *path, | |||
2019 | } | 2019 | } |
2020 | 2020 | ||
2021 | /* | 2021 | /* |
2022 | * ext4_ext_in_cache() | 2022 | * ext4_ext_check_cache() |
2023 | * Checks to see if the given block is in the cache. | 2023 | * Checks to see if the given block is in the cache. |
2024 | * If it is, the cached extent is stored in the given | 2024 | * If it is, the cached extent is stored in the given |
2025 | * cache extent pointer. If the cached extent is a hole, | 2025 | * cache extent pointer. If the cached extent is a hole, |