cvs commit: src/sys/kern vfs_syscalls.c

Robert Watson rwatson at FreeBSD.org
Wed Jun 4 22:55:36 PDT 2003


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


More information about the cvs-src mailing list