Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Dec 2007 00:38:13 +0000 (UTC)
From:      Attilio Rao <attilio@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man9 VOP_LOCK.9 lock.9 src/sys/fs/unionfs union_vnops.c src/sys/kern kern_lock.c src/sys/sys lockmgr.h param.h
Message-ID:  <200712280038.lBS0cDck083205@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
attilio     2007-12-28 00:38:13 UTC

  FreeBSD src repository

  Modified files:
    share/man/man9       lock.9 VOP_LOCK.9 
    sys/fs/unionfs       union_vnops.c 
    sys/kern             kern_lock.c 
    sys/sys              lockmgr.h param.h 
  Log:
  Trimm out now unused option LK_EXCLUPGRADE from the lockmgr namespace.
  This option just adds complexity and the new implementation no longer
  will support it, so axing it now that it is unused is probabilly the
  better idea.
  
  FreeBSD version is bumped in order to reflect the KPI breakage introduced
  by this patch.
  
  In the ports tree, kris found that only old OSKit code uses it, but as
  it is thought to work only on 2.x kernels serie, version bumping will
  solve any problem.
  
  Revision  Changes    Path
  1.19      +3 -5      src/share/man/man9/VOP_LOCK.9
  1.18      +2 -10     src/share/man/man9/lock.9
  1.150     +0 -1      src/sys/fs/unionfs/union_vnops.c
  1.116     +0 -13     src/sys/kern/kern_lock.c
  1.55      +0 -7      src/sys/sys/lockmgr.h
  1.322     +1 -1      src/sys/sys/param.h



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