freebsd-dev/sys/ufs
Bruce Evans d26105a9ce Fixed null pointer panics which I introduced in rev.1.86. Vnodes
may be revoked, so vnop routines must be careful about accessing
the vnode if they may have blocked.

Fixed marking for update after successfully reading or writing 0
bytes.  In this case, POSIX.1 specifies marking if and only if the
requested count is nonzero, but rev.1.86 never marked.
1998-12-24 09:45:10 +00:00
..
ffs Remove some compiler warnings. 1998-12-10 20:11:47 +00:00
mfs Remove unused file. It seems to have been a vestige of when mfs did its 1998-12-20 17:05:54 +00:00
ufs Fixed null pointer panics which I introduced in rev.1.86. Vnodes 1998-12-24 09:45:10 +00:00