NetBSD/sys/fs/sysvbfs
ad 703069c0e9 specfs changes for PR kern/37717 (raidclose() is no longer called on
shutdown). There are still problems with device access and a PR will be
filed.

- Kill checkalias(). Allow multiple vnodes to reference a single device.

- Don't play dangerous tricks with block vnodes to ensure that only one
  vnode can describe a block device. Instead, prohibit concurrent opens of
  block devices. As a bonus remove the unreliable code that prevents
  multiple file system mounts on the same device. It's no longer needed.

- Track opens by vnode and by device. Issue cdev_close() when the last open
  goes away, instead of abusing vnode::v_usecount to tell if the device is
  open.
2008-01-24 17:32:52 +00:00
..
bfs_sysvbfs.c __FUNCTION__ -> __func__ 2007-12-15 00:39:14 +00:00
bfs.c __FUNCTION__ -> __func__ 2007-12-15 00:39:14 +00:00
bfs.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
files.sysvbfs
Makefile
sysvbfs_vfsops.c specfs changes for PR kern/37717 (raidclose() is no longer called on 2008-01-24 17:32:52 +00:00
sysvbfs_vnops.c Merge vmlocking2 to head. 2008-01-02 11:48:20 +00:00
sysvbfs.c Remove the "struct lwp *" argument from all VFS and VOP interfaces. 2007-11-26 19:01:26 +00:00
sysvbfs.h * nuke the nameidata parameter from VFS_MOUNT(). Nobody on tech-kern 2007-07-31 21:14:15 +00:00