diff options
author | Swen Schillig <swen@vnet.ibm.com> | 2007-07-18 10:55:08 +0200 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-07-18 18:32:33 +0200 |
commit | 0d661327a7578c3fca43db78f32e92a902237e7a (patch) | |
tree | 78fd0bcc9dcd17e43261fd54ab46a59dace621ed /fs/jfs/jfs_debug.c | |
parent | [SCSI] libsas: kill unused smp_portal code (diff) | |
download | linux-0d661327a7578c3fca43db78f32e92a902237e7a.tar.xz linux-0d661327a7578c3fca43db78f32e92a902237e7a.zip |
[SCSI] zfcp: Replace kmalloc/memset with kzalloc
Memory allocated with kmalloc is always initialzed to 0 with memset.
Replace the two calls with kzalloc, that already does both steps.
Signed-off-by: Swen Schillig <swen@vnet.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'fs/jfs/jfs_debug.c')
0 files changed, 0 insertions, 0 deletions