From f9b3ba22f105772e268765d80adfeffd8f6f2776 Mon Sep 17 00:00:00 2001 From: Krutika Dhananjay Date: Wed, 24 Jun 2015 08:02:51 +0530 Subject: cluster/afr: Pick gfid from poststat during fresh lookup for read child calculation Backport of : http://review.gluster.org/11373 Change-Id: I03f11af082a0decf4ea084480b67e9e156964c76 BUG: 1235601 Signed-off-by: Krutika Dhananjay Reviewed-on: http://review.gluster.org/11408 Reviewed-by: Raghavendra Bhat Reviewed-by: Pranith Kumar Karampuri Tested-by: Raghavendra Bhat --- libglusterfs/src/inode.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libglusterfs/src/inode.h') diff --git a/libglusterfs/src/inode.h b/libglusterfs/src/inode.h index 5d373fcaec9..f5d011a5028 100644 --- a/libglusterfs/src/inode.h +++ b/libglusterfs/src/inode.h @@ -257,4 +257,7 @@ __inode_table_set_lru_limit (inode_table_t *table, uint32_t lru_limit); void inode_table_set_lru_limit (inode_table_t *table, uint32_t lru_limit); +int +inode_is_linked (inode_t *inode); + #endif /* _INODE_H */ -- cgit