sys/gnu/vfs/ext2fs: Rename ROOTINO to EXT2_ROOTINO
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 28 May 2015 13:37:33 +0000 (22:37 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 28 May 2015 14:26:43 +0000 (23:26 +0900)
commit44cb80facd6f1138c1b683fe8aaccf7a4849d46e
treeaed7cc01f1598dc7e129b12dc61dc4d2daa67a14
parent5031809d2e51400424248a6ab7ba15380a2fceda
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)
sys/gnu/vfs/ext2fs/dinode.h
sys/gnu/vfs/ext2fs/ext2_lookup.c
sys/gnu/vfs/ext2fs/ext2_vfsops.c
sys/gnu/vfs/ext2fs/ext2_vnops.c