summaryrefslogtreecommitdiffstats
path: root/xlators/features/shard/src/shard.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/shard/src/shard.h')
-rw-r--r--xlators/features/shard/src/shard.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/xlators/features/shard/src/shard.h b/xlators/features/shard/src/shard.h
index 59514b3d3df..9307cee071d 100644
--- a/xlators/features/shard/src/shard.h
+++ b/xlators/features/shard/src/shard.h
@@ -72,7 +72,7 @@
#define SHARD_INODE_CREATE_INIT(this, local, xattr_req, loc, label) do { \
int __ret = -1; \
- uint64_t *__size_attr = NULL; \
+ int64_t *__size_attr = NULL; \
shard_priv_t *__priv = NULL; \
\
__priv = this->private; \
@@ -160,6 +160,8 @@ typedef struct shard_local {
size_t hole_size;
size_t req_size;
size_t readdir_size;
+ int64_t delta_size;
+ int delta_blocks;
loc_t loc;
loc_t dot_shard_loc;
loc_t loc2;