diff options
author | Shehjar Tikoo <shehjart@gluster.com> | 2009-05-19 04:33:48 +0000 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-05-19 21:13:22 +0530 |
commit | 3aea8a66a457349e19bde40eb33510edd0597cff (patch) | |
tree | a81795a385e30f80d50e1f4136af723901884caf /libglusterfs | |
parent | acf28ed1ef3565ca1321fe9647d9b065a24fa46a (diff) |
mem-pool: Remove hard coded value for pad boundary
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/mem-pool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/mem-pool.c b/libglusterfs/src/mem-pool.c index a6b3339ba..a5bb3fcc2 100644 --- a/libglusterfs/src/mem-pool.c +++ b/libglusterfs/src/mem-pool.c @@ -22,7 +22,7 @@ #include <stdlib.h> -#define GF_MEM_POOL_PAD_BOUNDRY 16 +#define GF_MEM_POOL_PAD_BOUNDRY (sizeof(struct list_head)) struct mem_pool * |