]> git.karo-electronics.de Git - karo-tx-linux.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)
commit272412141908c40517cc89d5bb2eb074a2ec1474
treeadcb3b6bc121bb64c8c82e8ff0cca4b5fede3a4e
parentef5217a6e2e60bc3d0679f2652480b99730956fe
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