Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jul 1999 19:07:17 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ufs ufs_readwrite.c
Message-ID:  <199907250207.TAA86222@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1999/07/24 19:07:17 PDT

  Modified files:
    sys/ufs/ufs          ufs_readwrite.c 
  Log:
  Fixed access timestamp bugs:
  
  Set IN_ACCESS for successful reads of 0 bytes (except for requests to
  read 0 bytes).  This was broken in rev.1.42.
  PR:		misc/10148
  
  Don't set IN_ACCESS for requests to read 0 bytes.
  
  Don't set IN_ACCESS for unsuccessful reads.
  
  Revision  Changes    Path
  1.61      +17 -5     src/sys/ufs/ufs/ufs_readwrite.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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