Date: Mon, 5 Oct 2009 19:56:56 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern vfs_acl.c Message-ID: <200910051957.n95JvJ44034499@repoman.freebsd.org>
index | next in thread | raw e-mail
trasz 2009-10-05 19:56:56 UTC
FreeBSD src repository
Modified files:
sys/kern vfs_acl.c
Log:
SVN rev 197789 on 2009-10-05 19:56:56Z by trasz
Fix NFSv4 ACLs 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>
Revision Changes Path
1.64 +1 -1 src/sys/kern/vfs_acl.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910051957.n95JvJ44034499>
