diff options
author | Lachlan McIlroy <lachlan@sgi.com> | 2008-02-06 13:37:56 +1100 |
---|---|---|
committer | Lachlan McIlroy <lachlan@redback.melbourne.sgi.com> | 2008-02-07 18:25:19 +1100 |
commit | de2eeea609b55e8c3994133a565b39edeaaaaf69 (patch) | |
tree | f0726491c2667427e643e5e26808b0c250884f4e /fs/xfs/support/uuid.c | |
parent | 450790a2c51e6d9d47ed30dbdcf486656b8e186f (diff) | |
download | blackbird-op-linux-de2eeea609b55e8c3994133a565b39edeaaaaf69.tar.gz blackbird-op-linux-de2eeea609b55e8c3994133a565b39edeaaaaf69.zip |
[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>
Diffstat (limited to 'fs/xfs/support/uuid.c')
-rw-r--r-- | fs/xfs/support/uuid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/support/uuid.c b/fs/xfs/support/uuid.c index e157015c70ff..493a6ecf8590 100644 --- a/fs/xfs/support/uuid.c +++ b/fs/xfs/support/uuid.c @@ -133,7 +133,7 @@ uuid_table_remove(uuid_t *uuid) mutex_unlock(&uuid_monitor); } -void +void __init uuid_init(void) { mutex_init(&uuid_monitor); |