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/fd.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libglusterfs/src/fd.h') diff --git a/libglusterfs/src/fd.h b/libglusterfs/src/fd.h index 298b1b34..1770658e 100644 --- a/libglusterfs/src/fd.h +++ b/libglusterfs/src/fd.h @@ -48,7 +48,6 @@ struct _fd { int32_t refcount; struct list_head inode_list; struct _inode *inode; - struct _dict *ctx; gf_lock_t lock; /* used ONLY for manipulating 'struct _fd_ctx' array (_ctx).*/ struct _fd_ctx *_ctx; -- cgit