Revision e8a87169962f0eece1cbf0aaa69e685142a82e1e authored by Marius Strobl on 31 January 2010, 22:16:27 UTC, committed by Marius Strobl on 31 January 2010, 22:16:27 UTC
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)
1 parent eac929d
History
File Mode Size
Makefile -rw-r--r-- 334 bytes
mkfs.c -rw-r--r-- 30.9 KB
newfs.8 -rw-r--r-- 8.2 KB
newfs.c -rw-r--r-- 13.1 KB
newfs.h -rw-r--r-- 3.4 KB
ref.test -rw-r--r-- 210 bytes
runtest00.sh -rw-r--r-- 264 bytes
runtest01.sh -rw-r--r-- 439 bytes

back to top