Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2002 03:33:57 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ffs ffs_vfsops.c ffs_vnops.c
Message-ID:  <200208131033.g7DAXvcY054080@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2002/08/13 03:33:57 PDT

  Modified files:
    sys/ufs/ffs          ffs_vfsops.c ffs_vnops.c 
  Log:
  Unravel the UFS_EXTATTR incest between FFS and UFS:  UFS_EXTATTR is an
  UFS only thing, and FFS should in principle not know if it is enabled
  or not.
  
  This commit cleans ffs_vnops.c for such knowledge, but not ffs_vfsops.c
  
  Sponsored by: DARPA and NAI Labs.
  
  Revision  Changes    Path
  1.189     +16 -5     src/sys/ufs/ffs/ffs_vfsops.c
  1.87      +49 -2     src/sys/ufs/ffs/ffs_vnops.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?200208131033.g7DAXvcY054080>