The lock being destroyed was misnamed, not unused. Add the lockdestroy()
back in but with the proper name so that this compiles. Submitted by: jasone
This commit is contained in:
parent
4fe63e40a8
commit
810630fa41
@ -699,6 +699,8 @@ hpfs_reclaim(ap)
|
||||
hp->h_devvp = NULL;
|
||||
}
|
||||
|
||||
lockdestroy(&hp->h_lock);
|
||||
|
||||
vp->v_data = NULL;
|
||||
|
||||
FREE(hp, M_HPFSNO);
|
||||
|
Loading…
x
Reference in New Issue
Block a user