Subject: CVS commit: src/sys/fs/tmpfs
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 03/31/2006 20:27:49
Module Name: src
Committed By: riz
Date: Fri Mar 31 20:27:49 UTC 2006
Modified Files:
src/sys/fs/tmpfs: tmpfs.h
Log Message:
Swap the order of the tf_gen and tf_id members of struct tmpfs_fid,
since tf_id needs 8-byte alignment on some architectures (like amd64).
struct tmpfs_fid now fits in 16 bytes on amd64 again.
OK matt@
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/fs/tmpfs/tmpfs.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.