sys/gnu/vfs/ext2fs: Rename ext2mount.h -> ext2_mount.h
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 7 Jun 2015 12:22:27 +0000 (21:22 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 7 Jun 2015 12:42:20 +0000 (21:42 +0900)
commit36d10a60d88f4578041f80a0ea4104c86abf69c0
treede1ab203041f8e82c1161e91265c99115c8ad4c8
parent0499b79d83f0ced31684b13b32877d86f16bfb84
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)
sys/gnu/vfs/ext2fs/COPYRIGHT.INFO
sys/gnu/vfs/ext2fs/ext2_alloc.c
sys/gnu/vfs/ext2fs/ext2_bmap.c
sys/gnu/vfs/ext2fs/ext2_inode.c
sys/gnu/vfs/ext2fs/ext2_linux_balloc.c
sys/gnu/vfs/ext2fs/ext2_linux_ialloc.c
sys/gnu/vfs/ext2fs/ext2_lookup.c
sys/gnu/vfs/ext2fs/ext2_mount.h [moved from sys/gnu/vfs/ext2fs/ext2mount.h with 100% similarity]
sys/gnu/vfs/ext2fs/ext2_quota.c
sys/gnu/vfs/ext2fs/ext2_vfsops.c
sys/gnu/vfs/ext2fs/ext2_vnops.c