diff options
Diffstat (limited to 'xlators/performance')
| -rw-r--r-- | xlators/performance/io-cache/src/io-cache.c | 2 | ||||
| -rw-r--r-- | xlators/performance/md-cache/src/md-cache.c | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/xlators/performance/io-cache/src/io-cache.c b/xlators/performance/io-cache/src/io-cache.c index 21acad02657..bfda85d4926 100644 --- a/xlators/performance/io-cache/src/io-cache.c +++ b/xlators/performance/io-cache/src/io-cache.c @@ -1972,7 +1972,7 @@ ioc_inode_dump (xlator_t *this, inode_t *inode)                  goto out;          { -                if (uuid_is_null (ioc_inode->inode->gfid)) +                if (gf_uuid_is_null (ioc_inode->inode->gfid))                          goto unlock;                  gf_proc_dump_add_section (key_prefix); diff --git a/xlators/performance/md-cache/src/md-cache.c b/xlators/performance/md-cache/src/md-cache.c index 7770cfd72d1..d7090475a43 100644 --- a/xlators/performance/md-cache/src/md-cache.c +++ b/xlators/performance/md-cache/src/md-cache.c @@ -464,7 +464,7 @@ mdc_inode_iatt_get (xlator_t *this, inode_t *inode, struct iatt *iatt)          }          UNLOCK (&mdc->lock); -        uuid_copy (iatt->ia_gfid, inode->gfid); +        gf_uuid_copy (iatt->ia_gfid, inode->gfid);          iatt->ia_ino    = gfid_to_ino (inode->gfid);          iatt->ia_dev    = 42;          iatt->ia_type   = inode->ia_type;  | 
