Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/ufs/chfs fix compilation



details:   https://anonhg.NetBSD.org/src/rev/20dbd8c01b41
branches:  trunk
changeset: 459622:20dbd8c01b41
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Sep 18 18:46:00 2019 +0000

description:
fix compilation

diffstat:

 sys/ufs/chfs/chfs_vnode.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 987360c4b2a8 -r 20dbd8c01b41 sys/ufs/chfs/chfs_vnode.c
--- a/sys/ufs/chfs/chfs_vnode.c Wed Sep 18 18:29:58 2019 +0000
+++ b/sys/ufs/chfs/chfs_vnode.c Wed Sep 18 18:46:00 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: chfs_vnode.c,v 1.16 2019/09/18 17:59:15 christos Exp $ */
+/*     $NetBSD: chfs_vnode.c,v 1.17 2019/09/18 18:46:00 christos Exp $ */
 
 /*-
  * Copyright (c) 2010 Department of Software Engineering,
@@ -310,8 +310,7 @@
 
        VOP_UNLOCK(vp);
        *vpp = vp;
-       cache_enter(pdir, *vpp, cnp->cn_nameptr, cnp->cn_namelen,
-           cnp->cn_flags);
+       cache_enter(dvp, *vpp, cnp->cn_nameptr, cnp->cn_namelen, cnp->cn_flags);
        return (0);
 }
 



Home | Main Index | Thread Index | Old Index