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

Attilio Rao attilio at FreeBSD.org
Fri Dec 28 00:38:14 UTC 2007


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


More information about the cvs-all mailing list