Subject: CVS commit: src/sys/fs/tmpfs
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 12/24/2005 12:31:57
Module Name: src
Committed By: jmmv
Date: Sat Dec 24 12:31:57 UTC 2005
Modified Files:
src/sys/fs/tmpfs: tmpfs.h
Log Message:
Remove a conditional by always using inlined functions in favour of macros.
This way, the code is clearer and there shouldn't be any performance
difference (if the compiler DTRT). Suggested by chs@.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 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.