diff options
author | Csaba Henk <csaba@gluster.com> | 2010-04-06 21:18:15 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-04-08 03:08:15 -0700 |
commit | 73739935f511e431a64232c9b737342c7ba859e7 (patch) | |
tree | bb5b3188b76c66c19cc65c437f958d50ef38f9c0 /xlators/storage | |
parent | e78fb59b75a455127c004dd751ebcc4af1b14124 (diff) |
initialization fixes
Signed-off-by: Csaba Henk <csaba@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 361 (GlusterFS 3.0 should work on Mac OS/X)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=361
Diffstat (limited to 'xlators/storage')
-rw-r--r-- | xlators/storage/posix/src/posix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index 22e03304ff2..56023afb290 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -201,7 +201,7 @@ posix_scale_ia_ino (struct posix_private *priv, struct iatt *buf) ino_t temp_ino = 0; int r; struct stat lstatbuf; - struct iatt export_buf; + struct iatt export_buf = {0 ,}; for (i = 0; i < priv->num_devices_to_span; i++) { if (buf->ia_dev == priv->st_device[i]) { |