Skip to content
Commit f28f4e27 authored by NeilBrown's avatar NeilBrown
Browse files

md: remove unnecessary memset from multipath.



Recent commit bbba809e
replaced mempool_create_kzalloc_pool with mempool_create_kmalloc_pool
plus a memset.
This memset is not needed (and we didn't need kzalloc in the first
place).
Ever field of the allocated structure (struct multipath_bh) is
initialised immediately except retry_list, and memset does not
initial a list_head anyway.

To remove the memset.

Signed-off-by: default avatarNeilBrown <neilb@suse.de>
parent 3fa841d7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment