summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/inode.h
diff options
context:
space:
mode:
authorAmar Tumballi <amar@gluster.com>2009-07-10 13:39:10 +0000
committerAnand V. Avati <avati@dev.gluster.com>2009-07-16 00:37:23 -0700
commit106f0e848a6ae3a04ee9d1c1752badf60767d039 (patch)
tree44cdfd5c4d545e05ec320ac4e2279833f32a2346 /libglusterfs/src/inode.h
parent22c076cadc04e15aa84f86bca621d38fbf111932 (diff)
cleanup 'ctx' from inode and fd
Removing unused 'dict_t *ctx' from both inode and fd structures. Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 128 (cleanup unwanted ctx dictionary in 'inode' and 'fd' structures.) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=128
Diffstat (limited to 'libglusterfs/src/inode.h')
-rw-r--r--libglusterfs/src/inode.h1
1 files changed, 0 insertions, 1 deletions
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 */