Date: Sun, 31 Jan 2010 22:16:27 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/cd9660 cd9660_vfsops.c cd9660_vnops.c Message-ID: <201001312216.o0VMGdLU031776@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2010-01-31 22:16:27 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/fs/cd9660 cd9660_vfsops.c cd9660_vnops.c
Log:
SVN rev 203326 on 2010-01-31 22:16:27Z by marius
MFC: r202903
On LP64 struct ifid is 64-bit aligned while struct fid is 32-bit aligned
so on architectures with strict alignment requirements we can't just simply
cast the latter to the former but need to copy it bytewise instead.
PR: 143010
Approved by: re (kib)
Revision Changes Path
1.150.2.5 +5 -3 src/sys/fs/cd9660/cd9660_vfsops.c
1.113.2.5 +12 -7 src/sys/fs/cd9660/cd9660_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001312216.o0VMGdLU031776>
