git: sys/vfs/msdosfs: Rename xcntobn() back to cntobn()

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Mon Oct 7 08:33:50 PDT 2019


commit 2184ce67c9796778fcad88da71cd10879fa93a24
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Tue Oct 8 00:05:54 2019 +0900

    sys/vfs/msdosfs: Rename xcntobn() back to cntobn()
    
    4afd80f1a2 in 2006 has renamed cntobn() to xcntobn().
    Rename it back to reduce unneeded diff against FreeBSD.

Summary of changes:
 sys/vfs/msdosfs/msdosfs_denode.c |  2 +-
 sys/vfs/msdosfs/msdosfs_fat.c    |  2 +-
 sys/vfs/msdosfs/msdosfs_vnops.c  | 14 +++++++-------
 sys/vfs/msdosfs/msdosfsmount.h   |  6 +++---
 usr.bin/fstat/msdosfs.c          |  4 ++--
 5 files changed, 14 insertions(+), 14 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2184ce67c9796778fcad88da71cd10879fa93a24


-- 
DragonFly BSD source repository


More information about the Commits mailing list