summaryrefslogtreecommitdiffstats
path: root/xlators/features/shard/src/shard.h
diff options
context:
space:
mode:
authorKrutika Dhananjay <kdhananj@redhat.com>2015-08-26 09:27:42 +0530
committerPranith Kumar Karampuri <pkarampu@redhat.com>2015-08-29 23:51:36 -0700
commitd304916ddf3d6848787c3a668cc36e3395b32069 (patch)
tree2d5ccf29604d08488076eb1c018ad9346a44cb2f /xlators/features/shard/src/shard.h
parenta5f00c1c29f71bd9135bba38bd0602a1e8ce71b7 (diff)
features/shard: Fix size update for writes at hole region
Change-Id: Iceccef8f3f466c7ffb9991f8eb248b81e7b80efb BUG: 1256580 Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com> Reviewed-on: http://review.gluster.org/12020 Tested-by: NetBSD Build System <jenkins@build.gluster.org> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Diffstat (limited to 'xlators/features/shard/src/shard.h')
-rw-r--r--xlators/features/shard/src/shard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/features/shard/src/shard.h b/xlators/features/shard/src/shard.h
index 61255cd4936..ca57c033167 100644
--- a/xlators/features/shard/src/shard.h
+++ b/xlators/features/shard/src/shard.h
@@ -180,6 +180,7 @@ typedef struct shard_local {
struct iobuf *iobuf;
gf_dirent_t entries_head;
gf_boolean_t list_inited;
+ gf_boolean_t is_write_extending;
shard_post_fop_handler_t handler;
shard_post_lookup_shards_fop_handler_t pls_fop_handler;
shard_post_resolve_fop_handler_t post_res_handler;