git: sys/vfs/hammer2: Rename HAMMER2_INODE_ONRBTREE -> HAMMER2_INODE_ONHASH

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Wed Nov 29 00:35:06 PST 2023


commit bb70b93b8e2db1c7ca2052a7bda9277678055480
Author: Tomohiro Kusumi <tkusumi at netbsd.org>
Date:   Wed Nov 29 00:34:12 2023 -0800

    sys/vfs/hammer2: Rename HAMMER2_INODE_ONRBTREE -> HAMMER2_INODE_ONHASH
    
    inode is indexed by hash (hammer2_io_hash), not rbtree (hammer2_io_tree)
    since 34fb48c236fd17fbe558c7b2cf21b4e50f38153e.

Summary of changes:
 sys/vfs/hammer2/hammer2.h       | 2 +-
 sys/vfs/hammer2/hammer2_inode.c | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

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


-- 
DragonFly BSD source repository


More information about the Commits mailing list