NetBSD/sys/ufs
bouyer 31a775880b lfs_truncate: handle synlinks with length > maxsymlink_len as regular files.
For symlinks > 60 chars we were bzero'ing part of (struct inode) past the
actual inode struct, corrupting memory following the current (struct inode)
resuling in a 'panic: pool_get(lfsinopl): free list modified' later.
This could also be the cause of random panics. With this fix LFS seems to be
useable for me now.
2000-03-12 01:45:01 +00:00
..
ext2fs
ffs Move vinvalbuf's check for dirty blocks into ffs_fsync, to ensure that 2000-03-11 05:00:18 +00:00
lfs lfs_truncate: handle synlinks with length > maxsymlink_len as regular files. 2000-03-12 01:45:01 +00:00
mfs
ufs
Makefile