]> git.baikalelectronics.ru Git - kernel.git/commit
RDS: remove superfluous from rds_ib_alloc_fmr()
authorsantosh.shilimkar@oracle.com <santosh.shilimkar@oracle.com>
Tue, 25 Aug 2015 19:02:03 +0000 (12:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 Aug 2015 23:28:11 +0000 (16:28 -0700)
commitf95d25b89cd3cd04d7d68d658fc01ac6deef1ac9
treeadcb3b6bc121bb64c8c82e8ff0cca4b5fede3a4e
parent1c8e4e98166e9560ad52a790c324538f84a1cd1a
RDS: remove superfluous from rds_ib_alloc_fmr()

Memory allocated for 'ibmr' uses kzalloc_node() which already
initialises the memory to zero. There is no need to do
memset() 0 on that memory.

Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/ib_rdma.c