-
- Downloads
cifsd: use kfree to free memory allocated by kmalloc or kzalloc
kfree should be used to free memory allocated by kmalloc or kzalloc to avoid any overhead and for maintaining consistency. Signed-off-by:Muhammad Usama Anjum <musamaanjum@gmail.com> Signed-off-by:
Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by:
Steve French <stfrench@microsoft.com>
Showing
- fs/cifsd/buffer_pool.c 2 additions, 2 deletionsfs/cifsd/buffer_pool.c
- fs/cifsd/mgmt/share_config.c 1 addition, 1 deletionfs/cifsd/mgmt/share_config.c
- fs/cifsd/mgmt/user_config.c 4 additions, 4 deletionsfs/cifsd/mgmt/user_config.c
- fs/cifsd/mgmt/user_session.c 3 additions, 3 deletionsfs/cifsd/mgmt/user_session.c
- fs/cifsd/smb2pdu.c 2 additions, 2 deletionsfs/cifsd/smb2pdu.c
- fs/cifsd/transport_tcp.c 1 addition, 1 deletionfs/cifsd/transport_tcp.c
- fs/cifsd/vfs_cache.c 1 addition, 1 deletionfs/cifsd/vfs_cache.c
Loading
Please register or sign in to comment