Merge branch 'maint'
[paraslash.git] / attribute.c
index b962661a10b28ed879dc88271afe1ce34a9980c5..d94589871562038a7ba96aad85c741de0db05b65 100644 (file)
@@ -565,7 +565,7 @@ err:
  *
  * \sa osl_close_table().
  */
-void attribute_close(void)
+static void attribute_close(void)
 {
        osl_close_table(attribute_table, OSL_MARK_CLEAN);
        attribute_table = NULL;
@@ -610,7 +610,6 @@ static int attribute_create(const char *dir)
  */
 void attribute_init(struct afs_table *t)
 {
-       t->name = attribute_table_desc.name;
        t->open = attribute_open;
        t->close = attribute_close;
        t->create = attribute_create;