cd99642b956a7d8a16751de28a3c778e291426c2 parent 184231bdb41fc4c385ae8e115f5afaff02fe1690 author Al Viro 1169555108 +0000 committer Jeff Garzik 1169587593 -0500 s2io bogus memset memset() after kmalloc() on size * 8 would better be on size * 8, not just size; fixed by switching to kcalloc() - it's more idiomatic anyway. Signed-off-by: Al Viro Signed-off-by: Jeff Garzik "6