diff options
Diffstat (limited to 'xlators/cluster/dht/src/dht-common.h')
| -rw-r--r-- | xlators/cluster/dht/src/dht-common.h | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht-common.h b/xlators/cluster/dht/src/dht-common.h index 6fb1c16d0d8..c516271228e 100644 --- a/xlators/cluster/dht/src/dht-common.h +++ b/xlators/cluster/dht/src/dht-common.h @@ -323,7 +323,7 @@ struct dht_local {      uint32_t uid;      uint32_t gid; -    pid_t    pid; +    pid_t pid;      /* needed by nufa */      int32_t flags; @@ -341,6 +341,7 @@ struct dht_local {      /* gfid related */      uuid_t gfid; +    uuid_t gfid_req;      /* flag used to make sure we need to return estale in         {lookup,revalidate}_cbk */ @@ -385,6 +386,7 @@ struct dht_local {      loc_t loc2_copy;      gf_boolean_t locked;      gf_boolean_t dont_create_linkto; +    gf_boolean_t gfid_missing;  };  typedef struct dht_local dht_local_t;  | 
