git: sys/vfs/hammer: Rename clist to node_list

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Sat Mar 19 14:27:46 PDT 2016


commit c242ffecd3d66300b48a510d9d3fccf9bd068e43
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Fri Mar 18 20:08:51 2016 +0900

    sys/vfs/hammer: Rename clist to node_list
    
    The name clist comes from 2007 when there were clist and alist.
    
    Rename it to node_list.
    General naming rule in hammer is `name`_list.
    e.g. target_list, cursor_list, cache_list.

Summary of changes:
 sys/vfs/hammer/hammer.h        |  2 +-
 sys/vfs/hammer/hammer_io.c     |  2 +-
 sys/vfs/hammer/hammer_ondisk.c | 16 ++++++++--------
 3 files changed, 10 insertions(+), 10 deletions(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list