git: sys/vfs/msdosfs: Remove DragonFly specific macro de_off2bn()

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Fri Oct 25 12:43:55 PDT 2019


commit 6455a89b5a37eff040be62dd507c455095873c6c
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Sat Oct 26 00:43:55 2019 +0900

    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.

Summary of changes:
 sys/vfs/msdosfs/msdosfs_fat.c  | 14 ++++++++++----
 sys/vfs/msdosfs/msdosfsmount.h |  3 ---
 2 files changed, 10 insertions(+), 7 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6455a89b5a37eff040be62dd507c455095873c6c


-- 
DragonFly BSD source repository



More information about the Commits mailing list