From 106f0e848a6ae3a04ee9d1c1752badf60767d039 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Fri, 10 Jul 2009 13:39:10 +0000 Subject: cleanup 'ctx' from inode and fd Removing unused 'dict_t *ctx' from both inode and fd structures. Signed-off-by: Anand V. Avati BUG: 128 (cleanup unwanted ctx dictionary in 'inode' and 'fd' structures.) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=128 --- libglusterfs/src/inode.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libglusterfs/src/inode.h') diff --git a/libglusterfs/src/inode.h b/libglusterfs/src/inode.h index 8800b9767..e71c6d899 100644 --- a/libglusterfs/src/inode.h +++ b/libglusterfs/src/inode.h @@ -83,7 +83,6 @@ struct _inode { uint64_t generation; uint32_t ref; /* reference count on this inode */ ino_t ino; /* inode number in the storage (persistent) */ - dict_t *ctx; /* per xlator private */ mode_t st_mode; /* what kind of file */ struct list_head fd_list; /* list of open files on this inode */ struct list_head dentry_list; /* list of directory entries for this inode */ -- cgit