commit | c376222960ae91d5ffb9197ee36771aaed1d9f90 | [log] [tgz] |
---|---|---|
author | Robert P. J. Day <[email protected]> | Sat Feb 10 01:45:03 2007 -0800 |
committer | Linus Torvalds <[email protected]> | Sun Feb 11 10:51:27 2007 -0800 |
tree | 7f431c42529fec77433d33490bd9f2a8c47ba091 | |
parent | 1b135431abf5ea92e61bf4e91d93726c7b96da5f [diff] |
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). Replace appropriate pairs of "kmem_cache_alloc()" + "memset(0)" with the corresponding "kmem_cache_zalloc()" call. Signed-off-by: Robert P. J. Day <[email protected]> Cc: "Luck, Tony" <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Roland McGrath <[email protected]> Cc: James Bottomley <[email protected]> Cc: Greg KH <[email protected]> Acked-by: Joel Becker <[email protected]> Cc: Steven Whitehouse <[email protected]> Cc: Jan Kara <[email protected]> Cc: Michael Halcrow <[email protected]> Cc: "David S. Miller" <[email protected]> Cc: Stephen Smalley <[email protected]> Cc: James Morris <[email protected]> Cc: Chris Wright <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>