git: sys/gnu/vfs/ext2fs: Rename ext2mount.h -> ext2_mount.h

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Sun Jun 7 08:44:14 PDT 2015


commit 36d10a60d88f4578041f80a0ea4104c86abf69c0
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Sun Jun 7 21:22:27 2015 +0900

    sys/gnu/vfs/ext2fs: Rename ext2mount.h -> ext2_mount.h
    
    - Not sure why but this is the only file without _ after ext2.
    
    - Renaming should not affect external userspace programs since
      userspace should never need this header (only kernel stuff).
    
    - (Note that dfly's ext2 seems to be broken currently)

Summary of changes:
 sys/gnu/vfs/ext2fs/COPYRIGHT.INFO                | 2 +-
 sys/gnu/vfs/ext2fs/ext2_alloc.c                  | 2 +-
 sys/gnu/vfs/ext2fs/ext2_bmap.c                   | 2 +-
 sys/gnu/vfs/ext2fs/ext2_inode.c                  | 2 +-
 sys/gnu/vfs/ext2fs/ext2_linux_balloc.c           | 2 +-
 sys/gnu/vfs/ext2fs/ext2_linux_ialloc.c           | 2 +-
 sys/gnu/vfs/ext2fs/ext2_lookup.c                 | 2 +-
 sys/gnu/vfs/ext2fs/{ext2mount.h => ext2_mount.h} | 0
 sys/gnu/vfs/ext2fs/ext2_quota.c                  | 2 +-
 sys/gnu/vfs/ext2fs/ext2_vfsops.c                 | 2 +-
 sys/gnu/vfs/ext2fs/ext2_vnops.c                  | 2 +-
 11 files changed, 10 insertions(+), 10 deletions(-)
 rename sys/gnu/vfs/ext2fs/{ext2mount.h => ext2_mount.h} (100%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/36d10a60d88f4578041f80a0ea4104c86abf69c0


-- 
DragonFly BSD source repository



More information about the Commits mailing list