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:
jhb 2001-01-24 02:18:54 +00:00
parent 4fe63e40a8
commit 810630fa41

View File

@ -699,6 +699,8 @@ hpfs_reclaim(ap)
hp->h_devvp = NULL;
}
lockdestroy(&hp->h_lock);
vp->v_data = NULL;
FREE(hp, M_HPFSNO);