Date: Sat, 23 Jan 2010 22:38:01 +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: <201001232238.o0NMcHN3032000@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2010-01-23 22:38:01 UTC FreeBSD src repository Modified files: sys/fs/cd9660 cd9660_vfsops.c cd9660_vnops.c Log: SVN rev 202903 on 2010-01-23 22:38:01Z by marius 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 MFC after: 3 days Revision Changes Path 1.165 +5 -3 src/sys/fs/cd9660/cd9660_vfsops.c 1.126 +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?201001232238.o0NMcHN3032000>