Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Apr 1998 05:27:33 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/ufs/ufs ufs_lookup.c
Message-ID:  <199804151227.FAA18164@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/04/15 05:27:33 PDT

  Modified files:
    sys/ufs/ufs          ufs_lookup.c 
  Log:
  Fixed bitrot in the non-softdep case of ufs_dirremove():
  - restored async mount support.  The first entry in a block is still
    always written synchronously, although it probably shouldn't be in
    the async case.
  - restored use of BWRITE() instead of bowrite() for the DOWHITEOUT
    case, although bowrite() is probably better.
  
  Broken by:	merge of softdep changes (rev.1.22).
  Found by:	lmbench2 delete-file benchmarks.
  
  Revision  Changes    Path
  1.24      +9 -24     src/sys/ufs/ufs/ufs_lookup.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804151227.FAA18164>