Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89575
b: refs/heads/master
c: 12eb003
h: refs/heads/master
i:
  89573: 3236a39
  89571: 500c9e9
  89567: a1a655b
v: v3
  • Loading branch information
Sunil Mushran authored and Mark Fasheh committed Apr 18, 2008
1 parent eba6775 commit bf61369
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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: 53f67e33865927049b20839ce15ce0fb5b7ebe2d
refs/heads/master: 12eb0035d6f0466038ef2c6e5f6f9296b9b74d91
4 changes: 3 additions & 1 deletion trunk/fs/ocfs2/dlm/dlmdomain.c
Original file line number Diff line number Diff line change
Expand Up @@ -1816,8 +1816,10 @@ static int __init dlm_init(void)
dlm_print_version();

status = dlm_init_mle_cache();
if (status)
if (status) {
mlog(ML_ERROR, "Could not create o2dlm_mle slabcache\n");
return -1;
}

status = dlm_register_net_handlers();
if (status) {
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/dlm/dlmmaster.c
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ static void dlm_mle_node_up(struct dlm_ctxt *dlm,

int dlm_init_mle_cache(void)
{
dlm_mle_cache = kmem_cache_create("dlm_mle_cache",
dlm_mle_cache = kmem_cache_create("o2dlm_mle",
sizeof(struct dlm_master_list_entry),
0, SLAB_HWCACHE_ALIGN,
NULL);
Expand Down

0 comments on commit bf61369

Please sign in to comment.