aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_vfsops.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_vfsops.c')
-rw-r--r--fs/xfs/xfs_vfsops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_vfsops.c b/fs/xfs/xfs_vfsops.c
index be4e0daaf6b..413587f0215 100644
--- a/fs/xfs/xfs_vfsops.c
+++ b/fs/xfs/xfs_vfsops.c
@@ -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;