Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 1997 07:26:25 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern vfs_vnops.c
Message-ID:  <199710271526.HAA10443@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1997/10/27 07:26:25 PST

  Modified files:
    sys/kern             vfs_vnops.c 
  Log:
  Use 127 instead of CHAR_MAX for the limit on the sequence count.  The
  limit doesn't have anything to do with characters.  The count mainly
  needs to fit in the VOP_READ() ioflag after being left shifted by 16.
  
  Moved vn_lock() before vn_closefile().  vn_lock() was mismerged from
  Lite2.
  
  Removed some gratuitous braces.
  
  Revision  Changes    Path
  1.40      +17 -18    src/sys/kern/vfs_vnops.c



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