Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2002 13:00:06 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ffs ffs_vfsops.c
Message-ID:  <200210152000.g9FK063Z002885@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2002/10/15 13:00:06 PDT

  Modified files:
    sys/ufs/ffs          ffs_vfsops.c 
  Log:
  If the FS_MULTILABEL flag is set in a UFS or UFS2 superblock,
  automatically set MNT_MULTILABEL in the mount flags.
  
  If FS_ACLS is set in a UFS or UFS2 superblock, automatically
  set MNT_ACLS in the mount flags.
  
  If either of these flags is set, but the appropriate kernel option
  to support the features associated with the flag isn't available,
  then print a warning at mount-time.
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, Network Associates Laboratories
  
  Revision  Changes    Path
  1.194     +17 -0     src/sys/ufs/ffs/ffs_vfsops.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210152000.g9FK063Z002885>