diff options
author | Amar Tumballi <amarts@redhat.com> | 2013-08-04 13:20:01 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-08-21 12:12:07 -0700 |
commit | 271804a26ca73c2eab706eff4b3be9a62bec2b13 (patch) | |
tree | ed9f0a3ce451ff3879c7861ea59392036ee27015 /libglusterfs/src/inode.h | |
parent | 51c6fa7a354826744de98a1c5c747955ae65850c (diff) |
Revert "fuse: auxiliary gfid mount support"
This reverts commit 4c0f4c8a89039b1fa1c9c015fb6f273268164c20.
Conflicts:
xlators/mount/fuse/src/fuse-bridge.c
For build issues added CREATE_MODE_KEY definition in:
libglusterfs/src/glusterfs.h
Change-Id: I8093c2a0b5349b01e1ee6206025edbdbee43055e
BUG: 952029
Signed-off-by: Amar Tumballi <amarts@redhat.com>
Reviewed-on: http://review.gluster.org/5495
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'libglusterfs/src/inode.h')
-rw-r--r-- | libglusterfs/src/inode.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libglusterfs/src/inode.h b/libglusterfs/src/inode.h index cf766a31bc6..199ce44849a 100644 --- a/libglusterfs/src/inode.h +++ b/libglusterfs/src/inode.h @@ -56,7 +56,6 @@ struct _inode_table { struct mem_pool *inode_pool; /* memory pool for inodes */ struct mem_pool *dentry_pool; /* memory pool for dentrys */ struct mem_pool *fd_mem_pool; /* memory pool for fd_t */ - int ctxcount; /* number of slots in inode->ctx */ }; |