[XFS] add __init/__exit mark to specific init/cleanup functions

SGI-PV: 971186
SGI-Modid: xfs-linux-melb:xfs-kern:30459a

Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Signed-off-by: Denis Cheng <crquan@gmail.com>
This commit is contained in:
Lachlan McIlroy
2008-02-06 13:37:56 +11:00
committed by Lachlan McIlroy
parent 450790a2c5
commit de2eeea609
5 changed files with 7 additions and 7 deletions

View File

@@ -133,7 +133,7 @@ uuid_table_remove(uuid_t *uuid)
mutex_unlock(&uuid_monitor);
}
void
void __init
uuid_init(void)
{
mutex_init(&uuid_monitor);