commit | de6eb66b56d9df5ce6bd254994f05e065214e8cd | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Wed Nov 02 07:23:14 2005 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Nov 02 07:23:14 2005 -0800 |
tree | 7463446a05b5e9a5d2fc400da0be8d4a6c2ff6f1 | |
parent | 7b28b0d000eeb62d77add636f5d6eb0da04e48aa [diff] |
[IB] kzalloc() conversions Replace kmalloc()+memset(,0,) with kzalloc(), for a net savings of 35 source lines and about 500 bytes of text. Signed-off-by: Roland Dreier <rolandd@cisco.com>