NetBSD/sys/ufs
perseant 8c43e08b21 Don't remark a locked inode with IN_MODIFIED after writing it to disk,
if we ourselves hold the lock.  This prevents e.g. mknod from hanging
indefinitely.

Also, always use the return value from VOP_ISLOCKED to determine whether
we hold the lock or someone else does, rather than looking into the lock
structure ourselves.
2006-09-15 18:50:49 +00:00
..
ext2fs fix incomplete initializer. 2006-08-30 01:26:47 +00:00
ffs fix missing initializers 2006-08-30 01:28:53 +00:00
lfs Don't remark a locked inode with IN_MODIFIED after writing it to disk, 2006-09-15 18:50:49 +00:00
mfs add missing initializers 2006-09-02 07:04:01 +00:00
ufs Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
Makefile
files.ufs Separate the (non-working) LFS kernel roll-forward code into its own file, 2006-07-20 23:49:07 +00:00