diff options
Diffstat (limited to 'libglusterfs/src/common-utils.h')
| -rw-r--r-- | libglusterfs/src/common-utils.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libglusterfs/src/common-utils.h b/libglusterfs/src/common-utils.h index 286b70ea708..72613acba3b 100644 --- a/libglusterfs/src/common-utils.h +++ b/libglusterfs/src/common-utils.h @@ -853,7 +853,7 @@ void  gf_zero_fill_stat (struct iatt *buf);  gf_boolean_t -is_virtual_xattr (const char *k); +gf_is_valid_xattr_namespace (char *k);  const char *  gf_inode_type_to_str (ia_type_t type);  | 
