git: sys/gnu/vfs/ext2fs: Remove FS/I_FS macros
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Fri May 29 17:27:29 PDT 2015
commit 90162edabf4063f7bfd36f7d9468293ccc869600
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date: Fri May 29 19:55:39 2015 +0900
sys/gnu/vfs/ext2fs: Remove FS/I_FS macros
- These file-local macros are from UFS, but not necessary.
Directly refering to the superblock like the original ext2
code should be clearer.
- (Note that dfly's ext2 seems to be broken currently)
Summary of changes:
sys/gnu/vfs/ext2fs/ext2_readwrite.c | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/90162edabf4063f7bfd36f7d9468293ccc869600
--
DragonFly BSD source repository
More information about the Commits
mailing list