Date: Sun, 31 Jan 2010 17:43:22 +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: <201001311743.o0VHhZ5i094975@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2010-01-31 17:43:22 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/fs/cd9660 cd9660_vfsops.c cd9660_vnops.c
Log:
SVN rev 203296 on 2010-01-31 17:43:22Z 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
Revision Changes Path
1.164.2.2 +5 -3 src/sys/fs/cd9660/cd9660_vfsops.c
1.125.2.2 +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?201001311743.o0VHhZ5i094975>
