Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Nov 2009 09:39:35 +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:  <200911060939.nA69dn5w085258@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
trasz       2009-11-06 09:39:35 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    sys/kern             vfs_acl.c 
  Log:
  SVN rev 198975 on 2009-11-06 09:39:35Z 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>
  
  Revision  Changes    Path
  1.63.2.2  +1 -1      src/sys/kern/vfs_acl.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911060939.nA69dn5w085258>