freebsd-dev/sys/fs/nullfs
Boris Popov 8da8066061 Various cleanups towards make nullfs functional (it is still broken
at this point):

Replace all '#ifdef DEBUG' with '#ifdef NULLFS_DEBUG' and add NULLFSDEBUG
macro.

Protect nullfs hash table with lockmgr.

Use proper order of operations when freeing mnt_data.

Return correct fsid in the null_getattr().

Add null_open() function to catch MNT_NODEV (obtained from NetBSD).

Add null_rename() to catch cross-fs rename operations (submitted by
Ustimenko Semen <semen@iclub.nsu.ru>)

Remove duplicate $FreeBSD$ tags.
2000-09-05 09:02:07 +00:00
..
null_subr.c Various cleanups towards make nullfs functional (it is still broken 2000-09-05 09:02:07 +00:00
null_vfsops.c Various cleanups towards make nullfs functional (it is still broken 2000-09-05 09:02:07 +00:00
null_vnops.c Various cleanups towards make nullfs functional (it is still broken 2000-09-05 09:02:07 +00:00
null.h Various cleanups towards make nullfs functional (it is still broken 2000-09-05 09:02:07 +00:00