hmp         2003/08/27 19:03:18 PDT
  Modified files:
    sys/vfs/nullfs       null_subr.c 
  Log:
  Use addalias() to track the vnode if it not of a regular type.
  
  This commit fixes the panic that occurs when /dev is mounted
  over null, or if any vnode that is not of type VREG is accessed.
  
  Revision  Changes    Path
  1.6       +11 -0     src/sys/vfs/nullfs/null_subr.c