trasz 2009-11-06 11:29:10 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8_0)
sys/kern vfs_acl.c
Log:
SVN rev 198984 on 2009-11-06 11:29:10Z by trasz
MFC r197789:
Fix ACL support on sparc64. Turns out that fuword(9) fetches 64 bits
instead of sizeof(int), and on sparc64 that resulted in fetching wrong
value for acl_maxcnt, which in turn caused __acl_get_link(2) to fail
with EINVAL.
PR: sparc64/139304
Submitted by: Dmitry Afanasiev <KOT at MATPOCKuH.Ru>
Approved by: re (kib)
Revision Changes Path
1.63.2.1.2.2 +1 -1 src/sys/kern/vfs_acl.c