diff options
Diffstat (limited to 'xlators')
| -rw-r--r-- | xlators/cluster/dht/src/dht-common.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht-common.h b/xlators/cluster/dht/src/dht-common.h index 577970835ae..a4114adc1de 100644 --- a/xlators/cluster/dht/src/dht-common.h +++ b/xlators/cluster/dht/src/dht-common.h @@ -88,7 +88,7 @@ struct dht_layout {          int                gen;          int                type;          gf_atomic_t        ref; /* use with dht_conf_t->layout_lock */ -        gf_boolean_t       search_unhashed; +        uint32_t           search_unhashed;          struct {                  int        err;   /* 0 = normal                                       -1 = dir exists and no xattr  | 
