Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42365
b: refs/heads/master
c: f5a923d
h: refs/heads/master
i:
  42363: 5d9884d
v: v3
  • Loading branch information
Mark Fasheh committed Dec 2, 2006
1 parent 28aa380 commit 3c3dfdf
Show file tree
Hide file tree
Showing 2 changed files with 3 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: da66116eef7da8557762c9b5efdc435bc0afecfa
refs/heads/master: f5a923d1ba648bfb3cc922c66981fc8e3280f57f
3 changes: 2 additions & 1 deletion trunk/fs/ocfs2/dlm/dlmdomain.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ static void **dlm_alloc_pagevec(int pages)
goto out_free;

mlog(0, "Allocated DLM hash pagevec; %d pages (%lu expected), %lu buckets per page\n",
pages, DLM_HASH_PAGES, (unsigned long)DLM_BUCKETS_PER_PAGE);
pages, (unsigned long)DLM_HASH_PAGES,
(unsigned long)DLM_BUCKETS_PER_PAGE);
return vec;
out_free:
dlm_free_pagevec(vec, i);
Expand Down

0 comments on commit 3c3dfdf

Please sign in to comment.