git: sys/gnu/vfs/ext2fs: Fix terminology of "cylinder group"
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Sat Jun 6 07:01:14 PDT 2015
commit f1c8006f2f2c07ca316bb53d34fc0a0b8cea2c20
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Sat Jun 6 17:36:50 2015 +0900
sys/gnu/vfs/ext2fs: Fix terminology of "cylinder group"
- Change "cylinder group" to "block group".
- Both "block group" and "cylinder group" are used in dfly ext2.
These refer to the same(similar) idea and ext2 uses "block group".
Not having two expressions is grep-friendly.
- No binary difference as it only changes some comments.
- (Note that dfly's ext2 seems to be broken currently)
Summary of changes:
sys/gnu/vfs/ext2fs/ext2_alloc.c | 4 ++--
sys/gnu/vfs/ext2fs/fs.h | 14 +++++++-------
2 files changed, 9 insertions(+), 9 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f1c8006f2f2c07ca316bb53d34fc0a0b8cea2c20
--
DragonFly BSD source repository
More information about the Commits
mailing list