Source-Changes-HG archive

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

[src/trunk]: src/sys/ufs/lfs fix typo in previous



details:   https://anonhg.NetBSD.org/src/rev/0e2d203c28ca
branches:  trunk
changeset: 816159:0e2d203c28ca
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon Jun 20 02:05:25 2016 +0000

description:
fix typo in previous

diffstat:

 sys/ufs/lfs/lfs_rename.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a967b55e3ce9 -r 0e2d203c28ca sys/ufs/lfs/lfs_rename.c
--- a/sys/ufs/lfs/lfs_rename.c  Mon Jun 20 02:03:32 2016 +0000
+++ b/sys/ufs/lfs/lfs_rename.c  Mon Jun 20 02:05:25 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lfs_rename.c,v 1.19 2016/06/20 01:20:01 dholland Exp $ */
+/*     $NetBSD: lfs_rename.c,v 1.20 2016/06/20 02:05:25 dholland Exp $ */
 /*  from NetBSD: ufs_rename.c,v 1.11 2014/05/25 13:45:39 hannken Exp  */
 
 /*-
@@ -89,7 +89,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lfs_rename.c,v 1.19 2016/06/20 01:20:01 dholland Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lfs_rename.c,v 1.20 2016/06/20 02:05:25 dholland Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -697,7 +697,7 @@
                }
 
                /* Neither -- keep ascending the family tree.  */
-               error = vcache_get(mp, &dotdot_ino, sizeof(dotdot_no), &dvp);
+               error = vcache_get(mp, &dotdot_ino, sizeof(dotdot_ino), &dvp);
                vput(vp);
                if (error)
                        return error;



Home | Main Index | Thread Index | Old Index