Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84493
b: refs/heads/master
c: de2eeea
h: refs/heads/master
i:
  84491: a9a3f71
v: v3
  • Loading branch information
Lachlan McIlroy authored and Lachlan McIlroy committed Feb 7, 2008
1 parent 304625d commit 9ee1c43
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 450790a2c51e6d9d47ed30dbdcf486656b8e186f
refs/heads/master: de2eeea609b55e8c3994133a565b39edeaaaaf69
2 changes: 1 addition & 1 deletion trunk/fs/xfs/linux-2.6/xfs_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ xfs_fs_inode_init_once(
inode_init_once(vn_to_inode((bhv_vnode_t *)vnode));
}

STATIC int
STATIC int __init
xfs_init_zones(void)
{
xfs_vnode_zone = kmem_zone_init_flags(sizeof(bhv_vnode_t), "xfs_vnode",
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/xfs/linux-2.6/xfs_vnode.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#define vptosync(v) (&vsync[((unsigned long)v) % NVSYNC])
static wait_queue_head_t vsync[NVSYNC];

void
void __init
vn_init(void)
{
int i;
Expand Down
4 changes: 2 additions & 2 deletions trunk/fs/xfs/support/ktrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ static kmem_zone_t *ktrace_hdr_zone;
static kmem_zone_t *ktrace_ent_zone;
static int ktrace_zentries;

void
void __init
ktrace_init(int zentries)
{
ktrace_zentries = zentries;
Expand All @@ -36,7 +36,7 @@ ktrace_init(int zentries)
ASSERT(ktrace_ent_zone);
}

void
void __exit
ktrace_uninit(void)
{
kmem_zone_destroy(ktrace_hdr_zone);
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/xfs/support/uuid.c
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ uuid_table_remove(uuid_t *uuid)
mutex_unlock(&uuid_monitor);
}

void
void __init
uuid_init(void)
{
mutex_init(&uuid_monitor);
Expand Down
4 changes: 2 additions & 2 deletions trunk/fs/xfs/xfs_vfsops.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#include "xfs_vfsops.h"


int
int __init
xfs_init(void)
{
#ifdef XFS_DABUF_DEBUG
Expand Down Expand Up @@ -147,7 +147,7 @@ xfs_init(void)
return 0;
}

void
void __exit
xfs_cleanup(void)
{
extern kmem_zone_t *xfs_inode_zone;
Expand Down

0 comments on commit 9ee1c43

Please sign in to comment.