linux-stable/fs/dlm
Alexander Aring b478e414cf fs: dlm: don't put dlm_local_addrs on heap
[ Upstream commit c51c9cd8ad ]

This patch removes to allocate the dlm_local_addr[] pointers on the
heap. Instead we directly store the type of "struct sockaddr_storage".
This removes function deinit_local() because it was freeing memory only.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-02-16 19:06:29 +01:00
..
ast.c
ast.h
config.c
config.h
debug_fs.c
dir.c
dir.h
dlm_internal.h
Kconfig
lock.c fd: dlm: trace send/recv of dlm message and rcom 2023-03-17 08:50:18 +01:00
lock.h
lockspace.c fs: dlm: revert check required context while close 2023-07-23 13:49:34 +02:00
lockspace.h fs: dlm: revert check required context while close 2023-07-23 13:49:34 +02:00
lowcomms.c fs: dlm: don't put dlm_local_addrs on heap 2024-02-16 19:06:29 +01:00
lowcomms.h fs: dlm: add midcomms init/start functions 2023-03-17 08:50:18 +01:00
lvb_table.h
main.c fs: dlm: add midcomms init/start functions 2023-03-17 08:50:18 +01:00
Makefile
member.c
member.h
memory.c
memory.h
midcomms.c fs: dlm: revert check required context while close 2023-07-23 13:49:34 +02:00
midcomms.h fd: dlm: trace send/recv of dlm message and rcom 2023-03-17 08:50:18 +01:00
netlink.c
plock.c dlm: fix plock lookup when using multiple lockspaces 2023-09-13 09:43:02 +02:00
rcom.c fd: dlm: trace send/recv of dlm message and rcom 2023-03-17 08:50:18 +01:00
rcom.h
recover.c
recover.h
recoverd.c
recoverd.h
requestqueue.c
requestqueue.h
user.c
user.h
util.c
util.h