History log of /netbsd-src/tests/fs/common/fstest_tmpfs.c (Results 1 – 3 of 3)
Revision Date Author Comments
# aa97815b 17-Jun-2020 kamil <kamil@NetBSD.org>

Include explicitly <rump/rump_syscallshotgun.h> for previous indirect users
via <rump/rump.h>.


# 272fb16e 30-Jul-2010 pooka <pooka@NetBSD.org>

Fold the puffs private and vfs tests mount/unmount routines together.
To achieve this, add a file system private parameter to the newfs
method (which will obviously not be used by vfs tests).

njoly

Fold the puffs private and vfs tests mount/unmount routines together.
To achieve this, add a file system private parameter to the newfs
method (which will obviously not be used by vfs tests).

njoly ok

show more ...


# 34eddb8c 29-Jul-2010 pooka <pooka@NetBSD.org>

Rename xfs.c to fstest_xfs.c to avoid collisions with other
source files with the name xfs.c

ok njoly