Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/ufs/ufs Pull up revisions 1.84-1.85 (requested by f...



details:   https://anonhg.NetBSD.org/src/rev/97a471400b1e
branches:  netbsd-1-5
changeset: 492885:97a471400b1e
user:      he <he%NetBSD.org@localhost>
date:      Tue Feb 26 21:17:46 2002 +0000

description:
Pull up revisions 1.84-1.85 (requested by fvdl):
  Correct a mistake made in the original merge-in of the softdep
  code, and fix a problem which caused ffs_fsync to do unneeded
  sync writes.

diffstat:

 sys/ufs/ufs/ufs_vnops.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 7629a2e42b82 -r 97a471400b1e sys/ufs/ufs/ufs_vnops.c
--- a/sys/ufs/ufs/ufs_vnops.c   Tue Feb 26 21:13:18 2002 +0000
+++ b/sys/ufs/ufs/ufs_vnops.c   Tue Feb 26 21:17:46 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ufs_vnops.c,v 1.68.2.4 2001/04/06 00:03:51 he Exp $    */
+/*     $NetBSD: ufs_vnops.c,v 1.68.2.5 2002/02/26 21:17:46 he Exp $    */
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1993, 1995
@@ -1224,7 +1224,6 @@
                softdep_change_linkcnt(ip);
        if (cnp->cn_flags & ISWHITEOUT)
                ip->i_ffs_flags |= UF_OPAQUE;
-       error = VOP_UPDATE(tvp, NULL, NULL, UPDATE_WAIT|UPDATE_DIROP);
 
        /*
         * Bump link count in parent directory to reflect work done below.



Home | Main Index | Thread Index | Old Index