Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38782
b: refs/heads/master
c: 5ff5191
h: refs/heads/master
v: v3
  • Loading branch information
David Teigland authored and Steven Whitehouse committed Aug 9, 2006
1 parent e6c81d6 commit 529efd0
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: f4387149ec71fed11535b49400bad17d22fdc935
refs/heads/master: 5ff519112af6a6dab0ad7f6b0b0a2dcfff273e5b
3 changes: 2 additions & 1 deletion trunk/fs/dlm/memory.c
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ struct dlm_direntry *allocate_direntry(struct dlm_ls *ls, int namelen)
{
struct dlm_direntry *de;

DLM_ASSERT(namelen <= DLM_RESNAME_MAXLEN,);
DLM_ASSERT(namelen <= DLM_RESNAME_MAXLEN,
printk("namelen = %d\n", namelen););

de = kmalloc(sizeof(*de) + namelen, GFP_KERNEL);
if (de)
Expand Down

0 comments on commit 529efd0

Please sign in to comment.