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 1.29->1.30; trivial fix for the for...
details: https://anonhg.NetBSD.org/src/rev/38596e0dc3c4
branches: netbsd-1-4
changeset: 468247:38596e0dc3c4
user: perseant <perseant%NetBSD.org@localhost>
date: Thu Apr 15 17:30:28 1999 +0000
description:
Pull up 1.29->1.30; trivial fix for the forgotten lock problem.
diffstat:
sys/ufs/lfs/lfs_syscalls.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r c63dea3a554e -r 38596e0dc3c4 sys/ufs/lfs/lfs_syscalls.c
--- a/sys/ufs/lfs/lfs_syscalls.c Thu Apr 15 16:39:02 1999 +0000
+++ b/sys/ufs/lfs/lfs_syscalls.c Thu Apr 15 17:30:28 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lfs_syscalls.c,v 1.26.2.1 1999/04/13 21:33:56 perseant Exp $ */
+/* $NetBSD: lfs_syscalls.c,v 1.26.2.2 1999/04/15 17:30:28 perseant Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -249,8 +249,8 @@
* of a usable vnode in vp is signaled by a valid v_daddr.
*/
if(v_daddr != LFS_UNUSED_DADDR) {
+#ifdef DEBUG_LFS
if(ip->i_flag & (IN_MODIFIED|IN_CLEANING))
-#ifdef DEBUG_LFS
iwritten++;
#endif
if(lfs_fastvget_unlock) {
Home |
Main Index |
Thread Index |
Old Index