Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119515
b: refs/heads/master
c: 07d9a39
h: refs/heads/master
i:
  119513: fbdf00f
  119511: c23044a
v: v3
  • Loading branch information
Coly Li authored and Mark Fasheh committed Dec 1, 2008
1 parent 74a34e2 commit 5cce4a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: a2eee69b814854095ed835a6eb64b8efc220cd6a
refs/heads/master: 07d9a3954a68764aefe16855bcd0f86deeb5c825
4 changes: 3 additions & 1 deletion trunk/fs/ocfs2/dlm/dlmfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -608,8 +608,10 @@ static int __init init_dlmfs_fs(void)
0, (SLAB_HWCACHE_ALIGN|SLAB_RECLAIM_ACCOUNT|
SLAB_MEM_SPREAD),
dlmfs_init_once);
if (!dlmfs_inode_cache)
if (!dlmfs_inode_cache) {
status = -ENOMEM;
goto bail;
}
cleanup_inode = 1;

user_dlm_worker = create_singlethread_workqueue("user_dlm");
Expand Down

0 comments on commit 5cce4a7

Please sign in to comment.