git: DragonFly_RELEASE_6_2 kernel - Fix namecache issue that can slow systems down over time

2022-01-30 Thread Matthew Dillon
commit b08a681b9d224b8f119d57c04d244457836e47ed Author: Matthew Dillon Date: Sun Jan 30 10:42:11 2022 -0800 kernel - Fix namecache issue that can slow systems down over time * Fix a serious dead-record issue with the namecache. It is very common to create a blah.new fi

git: kernel - Fix namecache issue that can slow systems down over time

2022-01-30 Thread Matthew Dillon
commit 62560bbbce0dcd957ffaa36a58620311615d781b Author: Matthew Dillon Date: Sun Jan 30 10:42:11 2022 -0800 kernel - Fix namecache issue that can slow systems down over time * Fix a serious dead-record issue with the namecache. It is very common to create a blah.new fi

git: msdosfs: clusterfree() is used only in error handling cases

2022-01-30 Thread Tomohiro Kusumi
commit 011c75d35238f71e76c704a45cc3eab082f4b5ce Author: Tomohiro Kusumi Date: Sun Jan 30 23:30:07 2022 +0900 msdosfs: clusterfree() is used only in error handling cases Change its return type to void, because its result is ignored in both call sites. Remove oldcnp argument a

git: usr.sbin/makefs: Remove set but not used variables

2022-01-30 Thread Tomohiro Kusumi
commit cbbc68fdfdc15b5cac358ab3cdbc9d076a7f3158 Author: Tomohiro Kusumi Date: Mon Jan 31 00:07:01 2022 +0900 usr.sbin/makefs: Remove set but not used variables These were leftovers from the port from NetBSD (where they are used). taken-from FreeBSD 093cf790569775b8066292