git: sys/gnu/vfs/ext2fs: Remove|avoid duplicated macro definitions

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Fri Jun 5 21:16:50 PDT 2015


commit a0403c055df1cb3db4c70369b8f65b970dfbfd12
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Sat Jun 6 11:33:17 2015 +0900

    sys/gnu/vfs/ext2fs: Remove|avoid duplicated macro definitions
    
    - There are EXT2_ROOTINO and EXT2_ROOT_INO, but using EXT2_ROOTINO
      is probably appropriate on dfly (and it does use EXT2_ROOTINO)
      considering it's been used by userspace, and other fs have it in
      NAME_ROOTINO format.
    
    - WINO is from UFS, but ext2 has it for bad inode for ondisk inode.
    
    - NDADDR and NIADDR (# of slots for direct/indirect block) should be
      defined using existing ext2 ondisk definitions.
      (or maybe don't even use NDADDR and NIADDR, but these two should be
      kept as dfly ext2 code is UFS based and UFS heavily uses these two)
    
    - Remove MAXSYMLINKLEN since there is EXT2_MAXSYMLINKLEN and only
      EXT2_MAXSYMLINKLEN is being used. It also conflicts with UFS version
      of MAXSYMLINKLEN in vfs/ufs/dinode.h.
    
    - (Note that dfly's ext2 seems to be broken currently)

Summary of changes:
 sys/gnu/vfs/ext2fs/dinode.h  | 14 ++++++++++----
 sys/gnu/vfs/ext2fs/ext2_fs.h |  2 +-
 2 files changed, 11 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a0403c055df1cb3db4c70369b8f65b970dfbfd12


-- 
DragonFly BSD source repository



More information about the Commits mailing list