From cf6f21928dbe3489de5dfdc3513f3be5f5ef529d Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Wed, 25 Mar 2009 06:52:05 -0700 Subject: libglusterfsclient code changes - add dentry support to libglusterfsclient. - changes related to using array, to store context in inode instead of dictionary. - code changes related to cleanup of libglusterfsclient interface. - added glusterfs_mkdir and glusterfs_rmdir - other changes in libglusterfsclient to make it work with code changes in other parts of glusterfs. Signed-off-by: Anand V. Avati --- libglusterfs/src/inode.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libglusterfs/src/inode.h') diff --git a/libglusterfs/src/inode.h b/libglusterfs/src/inode.h index d434668a3b4..8800b9767b5 100644 --- a/libglusterfs/src/inode.h +++ b/libglusterfs/src/inode.h @@ -148,6 +148,11 @@ inode_t * inode_from_path (inode_table_t *table, const char *path); +dentry_t * +dentry_search_for_inode (inode_t *inode, + ino_t par, + const char *name); + int __inode_ctx_put (inode_t *inode, xlator_t *xlator, uint64_t value); -- cgit