From 9d8841f96afd351624f5c805321053842405b038 Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Fri, 17 May 2013 12:52:32 +0530 Subject: performance/io-cache: update inode contexts of each entry in readdirplus io-cache stores read-cache in inode which is currently created only in lookup. But, with readdirplus and md-cache absorbing lookups, io-cache need not receive a lookup before a fop like readv. >Change-Id: I6eba995b0a90d4d5055a4aef0489707b852da1b8 >BUG: 1474180 >Signed-off-by: Raghavendra G >Signed-off-by: Raghavendra G >Reviewed-on: https://review.gluster.org/5029 >Smoke: Gluster Build System >CentOS-regression: Gluster Build System (cherry picked from commit b90e12134af85635199750967c326761d6c06e86) Change-Id: I6eba995b0a90d4d5055a4aef0489707b852da1b8 BUG: 1475637 Signed-off-by: Raghavendra G Signed-off-by: Raghavendra G Reviewed-on: https://review.gluster.org/17890 Smoke: Gluster Build System CentOS-regression: Gluster Build System Reviewed-by: Shyamsundar Ranganathan --- xlators/performance/io-cache/src/ioc-inode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xlators/performance/io-cache/src/ioc-inode.c') diff --git a/xlators/performance/io-cache/src/ioc-inode.c b/xlators/performance/io-cache/src/ioc-inode.c index 6eb34124d1f..f8653fae6aa 100644 --- a/xlators/performance/io-cache/src/ioc-inode.c +++ b/xlators/performance/io-cache/src/ioc-inode.c @@ -165,7 +165,7 @@ out: /* - * ioc_inode_update - create a new ioc_inode_t structure and add it to + * ioc_inode_create - create a new ioc_inode_t structure and add it to * the table table. fill in the fields which are derived * from inode_t corresponding to the file * @@ -175,7 +175,7 @@ out: * not for external reference */ ioc_inode_t * -ioc_inode_update (ioc_table_t *table, inode_t *inode, uint32_t weight) +ioc_inode_create (ioc_table_t *table, inode_t *inode, uint32_t weight) { ioc_inode_t *ioc_inode = NULL; -- cgit