Missing KSE s/curproc/curthread/

This commit is contained in:
Peter Wemm 2001-11-17 01:09:53 +00:00
parent 55a13f7dd0
commit bc5f905080

View File

@ -961,7 +961,7 @@ ntfs_ntlookupfile(
error = ntfs_vgetex(ntmp->ntm_mountp,
iep->ie_number, attrtype, attrname,
LK_EXCLUSIVE, VG_DONTLOADIN | VG_DONTVALIDFN,
curproc, &nvp);
curthread, &nvp);
/* free the buffer returned by ntfs_ntlookupattr() */
if (attrname) {