diff options
author | Amar Tumballi <amar@gluster.com> | 2010-09-23 06:30:43 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-09-23 07:51:06 -0700 |
commit | fa3ca3c61fbd7ad95f57f0522624396b8f05ecf6 (patch) | |
tree | 56a7c29fc49401544d8c9ac74cb213d36ed83347 /xlators/cluster/dht/src/dht-common.h | |
parent | a2e35ea0166c42435f860990c9476dda470843c8 (diff) |
distribute: don't update the inode's gfid directly
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1680 ()
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1680
Diffstat (limited to 'xlators/cluster/dht/src/dht-common.h')
-rw-r--r-- | xlators/cluster/dht/src/dht-common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/cluster/dht/src/dht-common.h b/xlators/cluster/dht/src/dht-common.h index 918eb566b..bf3f93d95 100644 --- a/xlators/cluster/dht/src/dht-common.h +++ b/xlators/cluster/dht/src/dht-common.h @@ -125,6 +125,9 @@ struct dht_local { char *key; char *newpath; + + /* gfid related */ + uuid_t gfid; }; typedef struct dht_local dht_local_t; |