diff options
Diffstat (limited to 'xlators/performance/io-cache/src')
-rw-r--r-- | xlators/performance/io-cache/src/io-cache.c | 2 |
1 files changed, 1 insertions, 1 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); |