git: sys/gnu/vfs/ext2fs: Rename ROOTINO to EXT2_ROOTINO

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Thu May 28 08:11:24 PDT 2015


commit 44cb80facd6f1138c1b683fe8aaccf7a4849d46e
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Thu May 28 22:37:33 2015 +0900

    sys/gnu/vfs/ext2fs: Rename ROOTINO to EXT2_ROOTINO
    
    - Add "EXT2_" so utility programs can distinguish it from UFS's
      ROOTINO when they need to include filesystem headers possibly
      in the future.
    
    - Also see 5b09d16c.
    
    - (Note that dfly's ext2 seems to be broken currently)

Summary of changes:
 sys/gnu/vfs/ext2fs/dinode.h      | 4 ++--
 sys/gnu/vfs/ext2fs/ext2_lookup.c | 2 +-
 sys/gnu/vfs/ext2fs/ext2_vfsops.c | 4 ++--
 sys/gnu/vfs/ext2fs/ext2_vnops.c  | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/44cb80facd6f1138c1b683fe8aaccf7a4849d46e


-- 
DragonFly BSD source repository



More information about the Commits mailing list