Fix typo.
This commit is contained in:
parent
bc97ba5100
commit
25c398ee9b
@ -174,7 +174,7 @@ ufsdirhash_create(struct inode *ip)
|
||||
ndh = dh = NULL;
|
||||
vp = ip->i_vnode;
|
||||
for (;;) {
|
||||
/* Racy check for i_dirhash to prefetch an dirhash structure. */
|
||||
/* Racy check for i_dirhash to prefetch a dirhash structure. */
|
||||
if (ip->i_dirhash == NULL && ndh == NULL) {
|
||||
ndh = malloc(sizeof *dh, M_DIRHASH,
|
||||
M_NOWAIT | M_ZERO);
|
||||
|
Loading…
x
Reference in New Issue
Block a user