NetBSD/sys/ufs
fvdl f0112539bd Mark an inode as changed after a rename. It wasn't before in the softdep
case, which created inodes with dependencies, but no IN_* flag set,
so the dependencies were never flushed (after the waitfor check in
ffs_update was removed).
2000-05-30 15:22:12 +00:00
..
ext2fs Pull in IN_ACCESSED changes and some MNT_LAZY `bug fixes' from FFS. 2000-05-29 18:34:36 +00:00
ffs According to Frank, buffers with dependencies *are* left on v_dirtyblks, so 2000-05-29 18:53:35 +00:00
lfs Don't try to "correct" accounting for fragments being extended but which 2000-05-30 04:08:41 +00:00
mfs Back out previous change; there is something Seriously Wrong. 2000-05-19 20:42:20 +00:00
ufs Mark an inode as changed after a rename. It wasn't before in the softdep 2000-05-30 15:22:12 +00:00
Makefile