mirror_zfs/module
Brian Behlendorf 98f72a539c Fix list handling to only use the API
Remove all instances of list handling where the API is not used
and instead list data members are directly accessed.  Doing this
sort of thing is bad for portability.

Additionally, ensure that list_link_init() is called on newly
created list nodes.  This ensures the node is properly initialized
and does not rely on the assumption that zero'ing the list_node_t
via kmem_zalloc() is the same as proper initialization.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
2010-08-31 08:38:45 -07:00
..
avl Fix gcc ident pragma warnings 2010-08-27 15:34:02 -07:00
nvpair Fix gcc uninitialized variable warnings 2010-08-31 08:38:43 -07:00
unicode Fix gcc missing parenthesis warnings 2010-08-31 08:38:35 -07:00
zcommon Fix gcc missing parenthesis warnings 2010-08-31 08:38:35 -07:00
zfs Fix list handling to only use the API 2010-08-31 08:38:45 -07:00
.gitignore Add .gitignore files to exclude build products 2010-01-08 11:35:17 -08:00