Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jun 2003 22:55:34 -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/kern vfs_syscalls.c
Message-ID:  <200306050555.h555tYPk082676@repoman.freebsd.org>

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

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_syscalls.c 
  Log:
  If a system call comes in requesting to retrieve an attribute named
  "", temporarily map it to a call to extattr_list_vp() to provide
  compatibility for older applications using the "" API to retrieve
  EA lists.
  
  Use VOP_LISTEXTATTR() to support extattr_list_vp() rather than
  VOP_GETEXTATTR(..., "", ...).
  
  Obtained from:  TrustedBSD Project
  Sponsored by:   DARPA, Network Asssociates Laboratories
  
  Revision  Changes    Path
  1.317     +13 -1     src/sys/kern/vfs_syscalls.c



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