diff options
author | Pranith Kumar K <pkarampu@redhat.com> | 2013-12-23 18:28:36 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-01-01 17:45:14 -0800 |
commit | 2401384fbc882c02319881166b299f8e88c7ab55 (patch) | |
tree | a58f063c5ff98865c161126d2aba55c68b803df3 /xlators/mount | |
parent | 7e3dd526c62b3a1bb59945efdfed2c2fbbcf9cf9 (diff) |
mount/fuse: Remove duplicate GET_STATE call
Change-Id: I5716cb0e9914f78489e3422a03efc689f5ebc413
BUG: 952029
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
Reviewed-on: http://review.gluster.org/6579
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/mount')
-rw-r--r-- | xlators/mount/fuse/src/fuse-bridge.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xlators/mount/fuse/src/fuse-bridge.c b/xlators/mount/fuse/src/fuse-bridge.c index ecfe86d5d34..ee12d869c53 100644 --- a/xlators/mount/fuse/src/fuse-bridge.c +++ b/xlators/mount/fuse/src/fuse-bridge.c @@ -3374,8 +3374,6 @@ fuse_getxattr (xlator_t *this, fuse_in_header_t *finh, void *msg) } } - GET_STATE (this, finh, state); - fuse_resolve_inode_init (state, &state->resolve, finh->nodeid); rv = fuse_flip_xattr_ns (priv, name, &newkey); |