1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/sys/fs
Jeff Roberson 8b5905a47d - Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to a
stack trace supplied by phk, I now understand what's going on here.  The
   check for VI_XLOCK stops us from calling vinvalbuf once the vnode has been
   partially torn down in vclean().  It is not clear that this would cause
   a problem.  Document this in nfs_bio.c, which is where the other two
   filesystems copied this code from.
2003-10-04 08:51:50 +00:00
..
cd9660 - Support for multibyte charsets in LIBICONV. 2003-09-26 20:26:25 +00:00
coda Move an overly verbose message under #ifdef CODA_VERBOSE. 2003-09-13 01:13:56 +00:00
deadfs
devfs
fdescfs forgot to remove static declaration of fdesc_poll() 2003-09-27 12:34:41 +00:00
fifofs
hpfs Add a "int fd" argument to VOP_OPEN() which in the future will 2003-07-26 07:32:23 +00:00
msdosfs Fixed some style bugs in previous commit. Mainly, forward-declare 2003-09-27 01:18:27 +00:00
ntfs - Support for multibyte charsets in LIBICONV. 2003-09-26 20:26:25 +00:00
nullfs
nwfs - Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to a 2003-10-04 08:51:50 +00:00
portalfs
procfs Introduce a uiomove_frombuf helper routine that handles computing and 2003-10-02 15:00:55 +00:00
pseudofs Introduce a uiomove_frombuf helper routine that handles computing and 2003-10-02 15:00:55 +00:00
smbfs - Remove the backtrace() call from the *_vinvalbuf() functions. Thanks to a 2003-10-04 08:51:50 +00:00
specfs The valid field in struct vm_page can be of type unsigned long when 2003-08-28 01:52:14 +00:00
udf Consistently use the BSD u_int and u_short instead of the SYSV uint and 2003-08-07 15:04:27 +00:00
umapfs
unionfs Add a "int fd" argument to VOP_OPEN() which in the future will 2003-07-26 07:32:23 +00:00