cvs commit: src/sys/ufs/ufs ufs_vnops.c

Marcel Moolenaar marcel at FreeBSD.org
Sat Dec 11 15:05:30 PST 2004


marcel      2004-12-11 23:05:30 UTC

  FreeBSD src repository

  Modified files:
    sys/ufs/ufs          ufs_vnops.c 
  Log:
  Revert previous commit. The null-pointer function call (a dereference
  on ia64) was not the result of a change in the vector operations. It
  was caused by the NFS locking code using a FIFO and those bypassing
  the vnode. This indirectly caused the panic. The NFS locking code has
  been changed.
  
  Requested by: phk
  
  Revision  Changes    Path
  1.254     +4 -4      src/sys/ufs/ufs/ufs_vnops.c


More information about the cvs-all mailing list