Subject: CVS commit: src/sys/fs/tmpfs
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 09/12/2005 19:56:58
Module Name:	src
Committed By:	yamt
Date:		Mon Sep 12 19:56:58 UTC 2005

Modified Files:
	src/sys/fs/tmpfs: tmpfs_pool.c tmpfs_pool.h

Log Message:
- don't keep a reference to a variable on stack.
- remove a meaningless assumption about the order of structure members.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/fs/tmpfs/tmpfs_pool.c \
    src/sys/fs/tmpfs/tmpfs_pool.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.