Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 2003 22:57:39 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ffs ffs_vnops.c
Message-ID:  <200306050557.h555vdLv082778@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2003/06/04 22:57:39 PDT

  FreeBSD src repository

  Modified files:
    sys/ufs/ffs          ffs_vnops.c 
  Log:
  Implement ffs_listextattr() by breaking out that logic and special-cased
  attribute name of "" from ffs_getextattr().  Invoking VOP_GETETATTR()
  with an empty name is now no longer supported; user application
  compatibility is provided by a system call level compatibility
  wrapper.  We make sure to explicitly reject attempts to set an EA
  with the name "".
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, Network Associates Laboratories
  
  Revision  Changes    Path
  1.113     +88 -32    src/sys/ufs/ffs/ffs_vnops.c



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