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.34 (via patch, requested...
details: https://anonhg.NetBSD.org/src/rev/acbc8348831b
branches: netbsd-1-4
changeset: 469886:acbc8348831b
user: he <he%NetBSD.org@localhost>
date: Fri Dec 17 23:23:19 1999 +0000
description:
Pull up revision 1.34 (via patch, requested by perseant):
Avoid flushing vnodes involved in a dirop, making lfs' promise
of "no fsck needed, even in the event of a crash" closer to
reality.
diffstat:
sys/ufs/lfs/lfs_vfsops.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r d33545218ff4 -r acbc8348831b sys/ufs/lfs/lfs_vfsops.c
--- a/sys/ufs/lfs/lfs_vfsops.c Fri Dec 17 23:21:56 1999 +0000
+++ b/sys/ufs/lfs/lfs_vfsops.c Fri Dec 17 23:23:19 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lfs_vfsops.c,v 1.28.2.2 1999/10/19 16:34:04 he Exp $ */
+/* $NetBSD: lfs_vfsops.c,v 1.28.2.3 1999/12/17 23:23:19 he Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -394,6 +394,7 @@
/* Set up the I/O information */
fs->lfs_iocount = 0;
fs->lfs_dirvcount = 0;
+ fs->lfs_diropwait = 0;
fs->lfs_activesb = 0;
#ifdef LFS_CANNOT_ROLLFW
fs->lfs_sbactive = NULL;
Home |
Main Index |
Thread Index |
Old Index