diff options
Diffstat (limited to 'xlators/features')
-rw-r--r-- | xlators/features/barrier/src/barrier.c | 2 | ||||
-rw-r--r-- | xlators/features/bit-rot/src/bitd/bit-rot-scrub.h | 2 | ||||
-rw-r--r-- | xlators/features/shard/src/shard.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/xlators/features/barrier/src/barrier.c b/xlators/features/barrier/src/barrier.c index f3f62d6c2d9..ce3a255d93e 100644 --- a/xlators/features/barrier/src/barrier.c +++ b/xlators/features/barrier/src/barrier.c @@ -473,7 +473,7 @@ notify (xlator_t *this, int event, void *data, ...) dict_t *dict = NULL; gf_boolean_t past = _gf_false; int ret = -1; - gf_boolean_t barrier_enabled = _gf_false; + int barrier_enabled = _gf_false; struct list_head queue = {0,}; priv = this->private; diff --git a/xlators/features/bit-rot/src/bitd/bit-rot-scrub.h b/xlators/features/bit-rot/src/bitd/bit-rot-scrub.h index e730582f1f8..b27decd41c1 100644 --- a/xlators/features/bit-rot/src/bitd/bit-rot-scrub.h +++ b/xlators/features/bit-rot/src/bitd/bit-rot-scrub.h @@ -8,7 +8,7 @@ cases as published by the Free Software Foundation. */ -#ifndef __BIT_ROT__SCRUB_H__ +#ifndef __BIT_ROT_SCRUB_H__ #define __BIT_ROT_SCRUB_H__ #include "xlator.h" diff --git a/xlators/features/shard/src/shard.c b/xlators/features/shard/src/shard.c index 19a07d29562..03d3449b49a 100644 --- a/xlators/features/shard/src/shard.c +++ b/xlators/features/shard/src/shard.c @@ -1475,7 +1475,7 @@ shard_truncate_do (call_frame_t *frame, xlator_t *this) local = frame->local; - if ((local->num_blocks == 1)) { + if (local->num_blocks == 1) { /* This means that there are no shards to be unlinked. * The fop boils down to truncating the last shard, updating * the size and unwinding. |