Source-Changes-HG archive

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

[src/trunk]: src/sys/ufs/lfs Update the ufs versions these files are synced w...



details:   https://anonhg.NetBSD.org/src/rev/d3244a460f30
branches:  trunk
changeset: 345990:d3244a460f30
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Jun 19 21:58:42 2016 +0000

description:
Update the ufs versions these files are synced with by 1: the
201306016 commit by hannken@ that removed references to ffs_snapgone
in ufs doesn't need to be synced into lfs.

diffstat:

 sys/ufs/lfs/ulfs_extern.h |  4 ++--
 sys/ufs/lfs/ulfs_lookup.c |  6 +++---
 sys/ufs/lfs/ulfsmount.h   |  4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r 8e99b3a18afd -r d3244a460f30 sys/ufs/lfs/ulfs_extern.h
--- a/sys/ufs/lfs/ulfs_extern.h Sun Jun 19 21:12:44 2016 +0000
+++ b/sys/ufs/lfs/ulfs_extern.h Sun Jun 19 21:58:42 2016 +0000
@@ -1,5 +1,5 @@
-/*     $NetBSD: ulfs_extern.h,v 1.20 2015/09/21 01:24:23 dholland Exp $        */
-/*  from NetBSD: ufs_extern.h,v 1.72 2012/05/09 00:21:18 riastradh Exp  */
+/*     $NetBSD: ulfs_extern.h,v 1.21 2016/06/19 21:58:42 dholland Exp $        */
+/*  from NetBSD: ufs_extern.h,v 1.73 2013/06/16 13:33:30 hannken Exp   */
 
 /*-
  * Copyright (c) 1991, 1993, 1994
diff -r 8e99b3a18afd -r d3244a460f30 sys/ufs/lfs/ulfs_lookup.c
--- a/sys/ufs/lfs/ulfs_lookup.c Sun Jun 19 21:12:44 2016 +0000
+++ b/sys/ufs/lfs/ulfs_lookup.c Sun Jun 19 21:58:42 2016 +0000
@@ -1,5 +1,5 @@
-/*     $NetBSD: ulfs_lookup.c,v 1.35 2015/11/14 22:03:54 pgoyette Exp $        */
-/*  from NetBSD: ufs_lookup.c,v 1.122 2013/01/22 09:39:18 dholland Exp  */
+/*     $NetBSD: ulfs_lookup.c,v 1.36 2016/06/19 21:58:42 dholland Exp $        */
+/*  from NetBSD: ufs_lookup.c,v 1.124 2013/06/16 13:33:30 hannken Exp  */
 
 /*
  * Copyright (c) 1989, 1993
@@ -38,7 +38,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ulfs_lookup.c,v 1.35 2015/11/14 22:03:54 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ulfs_lookup.c,v 1.36 2016/06/19 21:58:42 dholland Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_lfs.h"
diff -r 8e99b3a18afd -r d3244a460f30 sys/ufs/lfs/ulfsmount.h
--- a/sys/ufs/lfs/ulfsmount.h   Sun Jun 19 21:12:44 2016 +0000
+++ b/sys/ufs/lfs/ulfsmount.h   Sun Jun 19 21:58:42 2016 +0000
@@ -1,5 +1,5 @@
-/*     $NetBSD: ulfsmount.h,v 1.14 2015/10/15 06:15:48 dholland Exp $  */
-/*  from NetBSD: ufsmount.h,v 1.39 2012/10/19 17:09:08 drochner Exp  */
+/*     $NetBSD: ulfsmount.h,v 1.15 2016/06/19 21:58:42 dholland Exp $  */
+/*  from NetBSD: ufsmount.h,v 1.40 2013/06/16 13:33:30 hannken Exp  */
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1993



Home | Main Index | Thread Index | Old Index