diff options
Diffstat (limited to 'xlators/features/index/src/index.c')
| -rw-r--r-- | xlators/features/index/src/index.c | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/xlators/features/index/src/index.c b/xlators/features/index/src/index.c index d1eb763de8a..d061c410331 100644 --- a/xlators/features/index/src/index.c +++ b/xlators/features/index/src/index.c @@ -430,7 +430,8 @@ index_del (xlator_t *this, uuid_t gfid, const char *subdir)  out:          return ret;  } -int + +static int  _check_key_is_zero_filled (dict_t *d, char *k, data_t *v,                             void *tmp)  { @@ -441,6 +442,7 @@ _check_key_is_zero_filled (dict_t *d, char *k, data_t *v,          return 0;  } +  void  _xattrop_index_action (xlator_t *this, inode_t *inode,  dict_t *xattr)  {  | 
