diff options
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 22e03304f..56023afb2 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]) {  | 
