mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix function name in the comment in the second location too.
Submitted by: ed MFC after: 1 week
This commit is contained in:
parent
48d1bcf8e0
commit
699d124f23
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ deget(pmp, dirclust, diroffset, depp)
|
|||
/*
|
||||
* Do the malloc before the getnewvnode since doing so afterward
|
||||
* might cause a bogus v_data pointer to get dereferenced
|
||||
* elsewhere if MALLOC should block.
|
||||
* elsewhere if malloc should block.
|
||||
*/
|
||||
ldep = malloc(sizeof(struct denode), M_MSDOSFSNODE, M_WAITOK | M_ZERO);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue