diff options
author | NeilBrown <neilb@suse.de> | 2009-09-23 08:16:31 (GMT) |
---|---|---|
committer | NeilBrown <neilb@suse.de> | 2009-09-23 08:16:31 (GMT) |
commit | f28f4e272876317626cd399288b4030b627c4b91 (patch) | |
tree | 6d6903a86337419f5b3b1dd93bf23e2e0302f9f5 /drivers/md/linear.c | |
parent | 3fa841d7e7266f6fcc1b3885b905f5153ba897d8 (diff) | |
download | linux-fsl-qoriq-f28f4e272876317626cd399288b4030b627c4b91.tar.xz |
md: remove unnecessary memset from multipath.
Recent commit bbba809e96539672f775a3d70102657d05816a5b
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: NeilBrown <neilb@suse.de>
Diffstat (limited to 'drivers/md/linear.c')
0 files changed, 0 insertions, 0 deletions