jeff        2003/10/11 14:50:46 PDT
  FreeBSD src repository
  Modified files:
    sys/kern             vfs_subr.c 
  Log:
   - Fix a typo, I meant & and not |.  This was causing lockups from the syncer
     looping forever due to list corruption.
  
  Solved by:      tegge
  
  Revision  Changes    Path
  1.466     +1 -1      src/sys/kern/vfs_subr.c