]> Git Repo - linux.git/commit
cifs: Use kzalloc instead of kmalloc/memset
authorHaowen Bai <[email protected]>
Mon, 18 Apr 2022 10:26:26 +0000 (18:26 +0800)
committerSteve French <[email protected]>
Mon, 18 Apr 2022 15:22:57 +0000 (10:22 -0500)
commit9339faac6d206544601b939321059f60ba96a18d
tree247e55e106a22b9815b4edb21beb3dd6050e5106
parentb2d229d4ddb17db541098b83524d901257e93845
cifs: Use kzalloc instead of kmalloc/memset

Use kzalloc rather than duplicating its implementation, which
makes code simple and easy to understand.

Signed-off-by: Haowen Bai <[email protected]>
Signed-off-by: Steve French <[email protected]>
fs/cifs/transport.c
This page took 0.056642 seconds and 4 git commands to generate.