From eedf8bf53d17cf2e4f966b6ea63a96da5c55d478 Mon Sep 17 00:00:00 2001 From: delphij Date: Thu, 28 Jun 2007 02:32:44 +0000 Subject: Reorder tf_gen and tf_id in struct tmpfs_fid. This saves 8 bytes on amd64 architecture. Obtained from: NetBSD Approved by: re (tmpfs blanket) --- sys/fs/tmpfs/tmpfs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/fs/tmpfs/tmpfs.h') diff --git a/sys/fs/tmpfs/tmpfs.h b/sys/fs/tmpfs/tmpfs.h index 7eaf85b..34e5ca55 100644 --- a/sys/fs/tmpfs/tmpfs.h +++ b/sys/fs/tmpfs/tmpfs.h @@ -1,4 +1,4 @@ -/* $NetBSD: tmpfs.h,v 1.14 2006/02/10 16:00:02 christos Exp $ */ +/* $NetBSD: tmpfs.h,v 1.18 2006/03/31 20:27:49 riz Exp $ */ /* * Copyright (c) 2005 The NetBSD Foundation, Inc. @@ -337,8 +337,8 @@ struct tmpfs_mount { struct tmpfs_fid { uint16_t tf_len; uint16_t tf_pad; - unsigned long tf_gen; ino_t tf_id; + unsigned long tf_gen; }; /* --------------------------------------------------------------------- */ -- cgit v1.1