On Sat, Oct 05, 2019 at 01:17:34PM +0800, Chengguang Xu wrote: > hash_init() is not necessary in btrfs_props_init(), > so remove it.
The part that explains why it's not necessary is missing in the changelo. And looking what hash_init and plain DEFINE_HASHTABLE does I don't think that removing hash_init is safe or making the code more clear.