Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2001 20:35:41 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf options src/sys/ufs/ffs ffs_vfsops.c ffs_vnops.c src/sys/ufs/ufs ufs_extattr.c ufs_inode.c
Message-ID:  <200103190435.f2J4Zff52443@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2001/03/18 20:35:40 PST

  Modified files:
    sys/conf             options 
    sys/ufs/ffs          ffs_vfsops.c ffs_vnops.c 
    sys/ufs/ufs          ufs_extattr.c ufs_inode.c 
  Log:
  o Change options FFS_EXTATTR and options FFS_EXTATTR_AUTOSTART to
    options UFS_EXTATTR and UFS_EXTATTR_AUTOSTART respectively.  This change
    reflects the fact that our EA support is implemented entirely at the
    UFS layer (modulo FFS start/stop/autostart hooks for mount and unmount
    events).  This also better reflects the fact that [shortly] MFS will also
    support EAs, as well as possibly IFS.
  
  o Consumers of the EA support in FFS are reminded that as a result, they
    must change kernel config files to reflect the new option names.
  
  Obtained from:	TrustedBSD Project
  
  Revision  Changes    Path
  1.263     +5 -5      src/sys/conf/options
  1.142     +9 -9      src/sys/ufs/ffs/ffs_vfsops.c
  1.75      +5 -5      src/sys/ufs/ffs/ffs_vnops.c
  1.26      +8 -8      src/sys/ufs/ufs/ufs_extattr.c
  1.32      +3 -3      src/sys/ufs/ufs/ufs_inode.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?200103190435.f2J4Zff52443>