sys/vfs/msdosfs: Remove DragonFly specific macro de_off2bn()
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 25 Oct 2019 15:43:55 +0000 (00:43 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 25 Oct 2019 15:43:55 +0000 (00:43 +0900)
commit6455a89b5a37eff040be62dd507c455095873c6c
tree4eeda9fb21f0ef5e6d062fd6bd6307bcf5a7cdea
parent20241ea208ca9cc819446925cd97be0f62aada28
sys/vfs/msdosfs: Remove DragonFly specific macro de_off2bn()

which is only used once.
Using ->pm_bnshift is clear enough, and more readable in this case.
sys/vfs/msdosfs/msdosfs_fat.c
sys/vfs/msdosfs/msdosfsmount.h