| Submitter | Robin Dong |
|---|---|
| Date | July 22, 2011, 2:23 a.m. |
| Message ID | <1311301421-10533-3-git-send-email-hao.bigrat@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/106208/ |
| State | Accepted |
| Headers | show |
Comments
On Fri, Jul 22, 2011 at 10:23:41AM +0800, Robin Dong wrote: > From: Robin Dong <sanbai@taobao.com> > > The comment for ext4_ext_check_cache has a litte mistake. > > Signed-off-by: Robin Dong <sanbai@taobao.com> Thanks, added to the ext4 tree. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/fs/ext4/extents.c b/fs/ext4/extents.c index a4d6216..cb8285d 100644 --- a/fs/ext4/extents.c +++ b/fs/ext4/extents.c @@ -2052,7 +2052,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,