diff options
| author | ShyamsundarR <srangana@redhat.com> | 2017-12-06 11:32:00 -0500 | 
|---|---|---|
| committer | Jeff Darcy <jeff@pl.atyp.us> | 2017-12-06 23:43:31 +0000 | 
| commit | c502ca166473f4f0e027f3475924d8dc4e486bd3 (patch) | |
| tree | 7abd0721535fd1ce9732f7382e78522cb6f6f10f /xlators/cluster/dht/src/dht-common.h | |
| parent | 820a91a219bbeb65f84d963db3fd79e261f194ad (diff) | |
dht/crypt/tier: Fix use of booleans as integers
BUG: 1520974
Change-Id: I19ea40c888e88a7a4ac271168ed1820c2075be93
Signed-off-by: ShyamsundarR <srangana@redhat.com>
Diffstat (limited to 'xlators/cluster/dht/src/dht-common.h')
| -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 d396c1d8173..3d6fbb1fd79 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;          int                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  | 
