sys/gnu/vfs/ext2fs: Rename struct ext2mount -> struct ext2_mount
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 7 Jun 2015 12:30:48 +0000 (21:30 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 7 Jun 2015 12:42:38 +0000 (21:42 +0900)
commit7532ae5964e4bc7d9a5cef5e31c8715328baef76
treeb9c5ac52a492fe447cca7eadb2d89f22482e8fbd
parent36d10a60d88f4578041f80a0ea4104c86abf69c0
sys/gnu/vfs/ext2fs: Rename struct ext2mount -> struct ext2_mount

- Not sure why but this is the only struct without _ after ext2.

- This struct is _KERNEL struct.

- (Note that dfly's ext2 seems to be broken currently)
sys/gnu/vfs/ext2fs/ext2_bmap.c
sys/gnu/vfs/ext2fs/ext2_mount.h
sys/gnu/vfs/ext2fs/ext2_quota.c
sys/gnu/vfs/ext2fs/ext2_vfsops.c
sys/gnu/vfs/ext2fs/quota.h