sys/vfs/hammer: Rename clist to node_list
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Fri, 18 Mar 2016 11:08:51 +0000 (20:08 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 19 Mar 2016 19:50:12 +0000 (04:50 +0900)
commitc242ffecd3d66300b48a510d9d3fccf9bd068e43
tree5ce5c0c7855d9785cfb4486437e9157ce8faa46f
parente91b723ebbb641ca71c15aa6bd6e2a4551b74207
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.
sys/vfs/hammer/hammer.h
sys/vfs/hammer/hammer_io.c
sys/vfs/hammer/hammer_ondisk.c