summaryrefslogtreecommitdiffstats
path: root/xlators/features/shard/src/shard-mem-types.h
diff options
context:
space:
mode:
authorKrutika Dhananjay <kdhananj@redhat.com>2015-06-16 17:59:23 +0530
committerPranith Kumar Karampuri <pkarampu@redhat.com>2015-07-21 23:25:51 -0700
commit8050ea1a0dd293e7c6b8507130b9c174ebd543d0 (patch)
treec34ac73055d9ba552f42dcdd7a5fd620ee4d3b93 /xlators/features/shard/src/shard-mem-types.h
parent53aa618c55a6a8e3e6eff78bea6399f079da35a6 (diff)
features/shard: Use xattrop (as opposed to setxattr) for updates to size xattr
Backport of: http://review.gluster.org/11467 Change-Id: I9effecbb1296d11cf1629b5e5cc38192f84cfcb3 BUG: 1243655 Signed-off-by: Krutika Dhananjay <kdhananj@redhat.com> Reviewed-on: http://review.gluster.org/11689 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Pranith Kumar Karampuri <pkarampu@redhat.com> Tested-by: Pranith Kumar Karampuri <pkarampu@redhat.com>
Diffstat (limited to 'xlators/features/shard/src/shard-mem-types.h')
-rw-r--r--xlators/features/shard/src/shard-mem-types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/shard/src/shard-mem-types.h b/xlators/features/shard/src/shard-mem-types.h
index 5a043278b7d..77f0cee7f58 100644
--- a/xlators/features/shard/src/shard-mem-types.h
+++ b/xlators/features/shard/src/shard-mem-types.h
@@ -17,7 +17,7 @@ enum gf_shard_mem_types_ {
gf_shard_mt_inode_list,
gf_shard_mt_inode_ctx_t,
gf_shard_mt_iovec,
- gf_shard_mt_uint64_t,
+ gf_shard_mt_int64_t,
gf_shard_mt_end
};
#endif