]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
If a system call comes in requesting to retrieve an attribute named
authorRobert Watson <rwatson@FreeBSD.org>
Thu, 5 Jun 2003 05:55:34 +0000 (05:55 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Thu, 5 Jun 2003 05:55:34 +0000 (05:55 +0000)
commit777621799b2ad18c92d9ecf68f57c38594c57a55
treedb061588e68b6919ee6a8aba0b43d65006648400
parenta6f1342ff6c35218af4e8b256ee7074f00d25c6c
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
sys/kern/vfs_extattr.c
sys/kern/vfs_syscalls.c