NetBSD/sys/miscfs/kernfs
dsl 2721ab6c7b Change the VFS_MOUNT() interface so that the 'data' buffer passed to the
fs code is a kernel buffer, pass though the length of the buffer as well.
Since the length of the userspace buffer isn'it (yet) passed through the mount
system call, add a field to the vfsops structure containing the default length.
Split sys_mount() for calls from compat code.
Ride one of the recent kernel version changes - old fs LKMs will load, but
sys_mount() will reject any attempt to use them.
2007-07-12 19:35:32 +00:00
..
Makefile
files.kernfs
kernfs.h fix comment (forgotten in rev 1.19): 2006-12-28 05:49:05 +00:00
kernfs_subr.c Remove useless cast. 2007-03-11 22:07:32 +00:00
kernfs_vfsops.c Change the VFS_MOUNT() interface so that the 'data' buffer passed to the 2007-07-12 19:35:32 +00:00
kernfs_vnops.c Revert bogus NULL check introduced in revision 1.96 that generated false 2006-12-28 09:12:38 +00:00