git: sys/vfs/msdosfs: Fix detrunc() twice
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Sat Oct 12 10:58:52 PDT 2019
commit 488b4f06360807d6c2a93bc4c6a06fcb71622cc2
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Sat Oct 12 20:32:54 2019 +0900
sys/vfs/msdosfs: Fix detrunc() twice
from freebsd/freebsd at df35e60f9f9e72d96903368cf6c933be6f3ff720
from freebsd/freebsd at 36b72954109b4906ef75de661bfbd254fba1c011
Not sure about intention of the first commit (removes bzero for non
directory case), but the second commit basically brought back removed
code after 16 years.
DragonFly already had what FreeBSD has now (with difference in bread()
taking offset, etc) for not having synced for 16 years, so just sync
up other minor diffs.
Summary of changes:
sys/vfs/msdosfs/msdosfs_denode.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/488b4f06360807d6c2a93bc4c6a06fcb71622cc2
--
DragonFly BSD source repository
More information about the Commits
mailing list