freebsd-dev/sys/fs
John Baldwin 54bd3c0306 The lock being destroyed was misnamed, not unused. Add the lockdestroy()
back in but with the proper name so that this compiles.

Submitted by:	jasone
2001-01-24 02:18:54 +00:00
..
cd9660 Proc locking to protect p_ucred while we obtain additional references. 2001-01-24 00:26:19 +00:00
coda Delete unused #include <sys/select.h>. 2001-01-09 04:32:24 +00:00
deadfs Give vop_mmap an untimely death. The opportunity to give it a timely 2000-11-01 17:57:24 +00:00
devfs Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
fdescfs o Move from Alfred Perstein's "exclusion" technique of handling special 2000-10-09 20:06:13 +00:00
fifofs Introduce vop_stdinactive() and make it the default if no vop_inactive 2000-08-18 10:01:02 +00:00
hpfs The lock being destroyed was misnamed, not unused. Add the lockdestroy() 2001-01-24 02:18:54 +00:00
msdosfs Use macro API to <sys/queue.h> 2000-12-31 10:24:19 +00:00
ntfs Convert more malloc+bzero to malloc+M_ZERO. 2000-12-08 21:51:06 +00:00
nullfs Remove unneeded #include <sys/proc.h> lines. 2000-10-29 13:57:19 +00:00
nwfs v_interlock is a mutex now, not simple lock. 2000-11-04 02:42:11 +00:00
portalfs Update to reflect the disappearance of getsock(). 2000-11-25 07:16:06 +00:00
procfs Use macro API to <sys/queue.h> 2000-12-31 10:24:19 +00:00
specfs Fix a lockup problem that occurs with 'cvs update'. specfs's fsync can 2000-12-30 23:32:24 +00:00
umapfs Move suser() and suser_xxx() prototypes and a related #define from 2000-10-29 16:06:56 +00:00
unionfs Fix breakage unconvered by LINT - dont refer to undefined variables in 2001-01-17 01:10:23 +00:00