diff options
Diffstat (limited to 'xlators/features/index/src/index.c')
| -rw-r--r-- | xlators/features/index/src/index.c | 5 | 
1 files changed, 1 insertions, 4 deletions
diff --git a/xlators/features/index/src/index.c b/xlators/features/index/src/index.c index 98c7254f9fd..8cdb5feb870 100644 --- a/xlators/features/index/src/index.c +++ b/xlators/features/index/src/index.c @@ -1336,7 +1336,7 @@ index_fetch_link_count (xlator_t *this, index_xattrop_type_t type)                  } else if (!strcmp (entry->d_name, ".") ||  		           !strcmp (entry->d_name, "..")) {  			continue; -                } else if (!strncmp (entry->d_name, subdir, strlen (subdir))) { +                } else {                          make_file_path (priv->index_basepath, subdir,                                          entry->d_name, index_path,                                          sizeof (index_path)); @@ -1351,9 +1351,6 @@ index_fetch_link_count (xlator_t *this, index_xattrop_type_t type)                                  else                                          break;                          } -                } else { -                        count = 1; -                        goto out;                  }  	}  out:  | 
