git: sys/vfs/ext2fs: Cleanup ext2_vget()/ext2_valloc()
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Sun Jul 19 10:03:05 PDT 2020
commit 5df373bc24e79ffa8494d48bb99e60a39004972a
Author: Tomohiro Kusumi <tkusumi at netbsd.org>
Date: Mon Jul 20 00:12:07 2020 +0900
sys/vfs/ext2fs: Cleanup ext2_vget()/ext2_valloc()
ext2_valloc() shouldn't use VFS_VGET() (whereas sys/gnu/vfs/ext2fs does),
but is similar.
No functional changes.
Summary of changes:
sys/vfs/ext2fs/ext2_alloc.c | 2 +-
sys/vfs/ext2fs/ext2_vfsops.c | 25 +++++++------------------
2 files changed, 8 insertions(+), 19 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5df373bc24e79ffa8494d48bb99e60a39004972a
--
DragonFly BSD source repository
More information about the Commits
mailing list