From 762b1f9aefe07971178e584e288833bf142f402b Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Wed, 4 Mar 2009 04:00:24 -0800 Subject: code changes in the usage of inode_ctx_get and inode_ctx_put after their implementation is changed to hold inode->lock. Signed-off-by: Anand V. Avati --- libglusterfs/src/inode.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libglusterfs/src/inode.h') diff --git a/libglusterfs/src/inode.h b/libglusterfs/src/inode.h index afcc1552e..d434668a3 100644 --- a/libglusterfs/src/inode.h +++ b/libglusterfs/src/inode.h @@ -148,9 +148,15 @@ inode_t * inode_from_path (inode_table_t *table, const char *path); +int +__inode_ctx_put (inode_t *inode, xlator_t *xlator, uint64_t value); + int inode_ctx_put (inode_t *inode, xlator_t *xlator, uint64_t value); +int +__inode_ctx_get (inode_t *inode, xlator_t *xlator, uint64_t *value); + int inode_ctx_get (inode_t *inode, xlator_t *xlator, uint64_t *value); -- cgit