mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
ocfs2: fix format warnings in dlm_alloc_pagevec()
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
This commit is contained in:
parent
da66116eef
commit
f5a923d1ba
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user