cvs commit: src/sys/ufs/ffs ffs_vnops.c
Robert Watson
rwatson at FreeBSD.org
Wed Jun 4 22:57:40 PDT 2003
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
More information about the cvs-src
mailing list