[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:
committed by
Lachlan McIlroy
parent
450790a2c5
commit
de2eeea609
@@ -58,7 +58,7 @@
|
||||
#include "xfs_vfsops.h"
|
||||
|
||||
|
||||
int
|
||||
int __init
|
||||
xfs_init(void)
|
||||
{
|
||||
#ifdef XFS_DABUF_DEBUG
|
||||
@@ -147,7 +147,7 @@ xfs_init(void)
|
||||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
void __exit
|
||||
xfs_cleanup(void)
|
||||
{
|
||||
extern kmem_zone_t *xfs_inode_zone;
|
||||
|
Reference in New Issue
Block a user