Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Oct 2001 21:58:30 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/ufs/ufs ufs_extattr.c
Message-ID:  <200110270458.f9R4wUp44849@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2001/10/26 21:58:29 PDT

  Modified files:
    sys/ufs/ufs          ufs_extattr.c 
  Log:
  Since namespace support was added to the UFS extended attribute
  implementation to replace single-character namespace prefixes, '$' is no
  longer an invalid attribute name, and the namespace is relevant to
  validity determination.
  
  o Remove '$' case from ufs_extattr_valid_attrname()
  o Add attrnamespace argument to ufs_extattr_valid_attrname(), and
    fill out appropriately.
  
  Currently no decisions are made based on the namespace argument, but
  may be in the future.
  
  Obtained from:	TrustedBSD Project
  
  Revision  Changes    Path
  1.37      +8 -10     src/sys/ufs/ufs/ufs_extattr.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?200110270458.f9R4wUp44849>