X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=attribute.c;h=a353f1417d8052ad411ba3e31c5da783880c37d9;hp=b962661a10b28ed879dc88271afe1ce34a9980c5;hb=7cb8fa26cfdcb3d34f8be2b86c48ffc6d7b9d84a;hpb=6f5030f4b257aba7ea4265ef3ae35d96477bbfc3 diff --git a/attribute.c b/attribute.c index b962661a..a353f141 100644 --- a/attribute.c +++ b/attribute.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2009 Andre Noll + * Copyright (C) 1997-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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;