mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix build: newnp represents newvp so KDTRACE_NFS_ATTRCACHE_FLUSH_DONE()
on newvp instead of vp here.
This commit is contained in:
parent
eee6151f46
commit
76af820152
1 changed files with 1 additions and 1 deletions
|
|
@ -974,7 +974,7 @@ nfs_lookup(struct vop_lookup_args *ap)
|
|||
(ISLASTCN | ISOPEN) && !(newnp->n_flag & NMODIFIED)) {
|
||||
mtx_lock(&newnp->n_mtx);
|
||||
newnp->n_attrstamp = 0;
|
||||
KDTRACE_NFS_ATTRCACHE_FLUSH_DONE(vp);
|
||||
KDTRACE_NFS_ATTRCACHE_FLUSH_DONE(newvp);
|
||||
mtx_unlock(&newnp->n_mtx);
|
||||
}
|
||||
if (VOP_GETATTR(newvp, &vattr, cnp->cn_cred) == 0 &&
|
||||
|
|
|
|||
Loading…
Reference in a new issue