Date: Sun, 24 May 2009 13:22:00 +0000 (UTC) From: Doug Rabson <dfr@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/nfsclient nfs_krpc.c Message-ID: <200905241322.n4ODM8Ll044336@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dfr 2009-05-24 13:22:00 UTC
FreeBSD src repository
Modified files:
sys/nfsclient nfs_krpc.c
Log:
SVN rev 192686 on 2009-05-24 13:22:00Z by dfr
Make sure we feed 32bit align memory to nfsm_dissect otherwise we will fault
on platforms with strict alignment requirements. In particular, this fixes the
problems with the new RPC transport on the arm platform.
Note: this adds yet another copy of nfs_realign(). I will attempt to refactor
after NFS_LEGACYRPC is removed.
Submitted by: sam
Revision Changes Path
1.7 +73 -1 src/sys/nfsclient/nfs_krpc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905241322.n4ODM8Ll044336>
