“88034db02848d42e9a990656bd0c0b62518c8ec3”上不存在“src/git@gitcode.net:qq_41923622/NodeJS_06.git”
fs/ntfs3: Use kmalloc_array for allocating multiple elements
Prefer using kmalloc_array(a, b) over kmalloc(a * b) as this improves semantics since kmalloc is intended for allocating an array of memory. Signed-off-by: NKenneth Lee <klee33@uw.edu> Signed-off-by: NKonstantin Komarov <almaz.alexandrovich@paragon-software.com>
Showing
想要评论请 注册 或 登录