Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/ufs/lfs Pull up revision 1.36 (requested by perseant):
details: https://anonhg.NetBSD.org/src/rev/3b9cd4324ec7
branches: netbsd-1-4
changeset: 470054:3b9cd4324ec7
user: he <he%NetBSD.org@localhost>
date: Sat Jan 15 17:52:06 2000 +0000
description:
Pull up revision 1.36 (requested by perseant):
Address problems related to using an LFS filesystem as the root
filesystem, including mknod hangs. Fixes PR#8172 and PR#9072.
diffstat:
sys/ufs/lfs/lfs_vfsops.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r eeda4b479686 -r 3b9cd4324ec7 sys/ufs/lfs/lfs_vfsops.c
--- a/sys/ufs/lfs/lfs_vfsops.c Sat Jan 15 17:51:34 2000 +0000
+++ b/sys/ufs/lfs/lfs_vfsops.c Sat Jan 15 17:52:06 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lfs_vfsops.c,v 1.28.2.4 1999/12/17 23:55:06 he Exp $ */
+/* $NetBSD: lfs_vfsops.c,v 1.28.2.5 2000/01/15 17:52:06 he Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -130,7 +130,7 @@
lfs_vptofh,
lfs_init,
lfs_sysctl,
- NULL,
+ lfs_mountroot,
ufs_check_export,
lfs_vnodeopv_descs,
};
Home |
Main Index |
Thread Index |
Old Index