From: Robin Dong Date: Sun, 24 Jul 2011 01:53:25 +0000 (-0400) Subject: ext4: correct comment for ext4_ext_check_cache X-Git-Tag: v3.1-rc1~90^2~23 X-Git-Url: http://git.cascardo.info/?a=commitdiff_plain;h=b7ca1e8ec53259359db5313f923a0a20fa04bdb6;p=cascardo%2Flinux.git ext4: correct comment for ext4_ext_check_cache The comment for ext4_ext_check_cache has a litte mistake. Signed-off-by: Robin Dong Signed-off-by: "Theodore Ts'o" --- 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, } /* - * ext4_ext_in_cache() + * ext4_ext_check_cache() * Checks to see if the given block is in the cache. * If it is, the cached extent is stored in the given * cache extent pointer. If the cached extent is a hole,