cvs commit: src/sys/kern vfs_subr.c

Robert Watson rwatson at FreeBSD.org
Fri Oct 22 04:04:59 PDT 2004


rwatson     2004-10-22 11:04:59 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
  When MAC is enabled, warn if getnewvnode() is asked to produce a vnode
  without a mountpoint.  In this scenario, there's no useful source for
  a label on the vnode, since we can't query the mountpoint for the
  labeling strategy or default label.
  
  Revision  Changes    Path
  1.537     +2 -0      src/sys/kern/vfs_subr.c


More information about the cvs-src mailing list