commit 7532ae5964e4bc7d9a5cef5e31c8715328baef76
Author: Tomohiro Kusumi <[email protected]>
Date: Sun Jun 7 21:30:48 2015 +0900
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)
Summary of changes:
sys/gnu/vfs/ext2fs/ext2_bmap.c | 4 ++--
sys/gnu/vfs/ext2fs/ext2_mount.h | 8 ++++----
sys/gnu/vfs/ext2fs/ext2_quota.c | 18 +++++++++---------
sys/gnu/vfs/ext2fs/ext2_vfsops.c | 20 ++++++++++----------
sys/gnu/vfs/ext2fs/quota.h | 6 +++---
5 files changed, 28 insertions(+), 28 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7532ae5964e4bc7d9a5cef5e31c8715328baef76
--
DragonFly BSD source repository