android_kernel_xiaomi_sm8350/fs/dlm
David Teigland da49f36f4f [DLM] fix send_args() lvb copying
The send_args() function is used to copy parameters into a message for a
number different message types.  Only some of those types are set up
beforehand (in create_message) to include space for sending lvb data.
send_args was wrongly copying the lvb for all message types as long as the
lock had an lvb.  This means that the lvb data was being written past the
end of the message into unknown space.

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
2007-02-05 13:35:56 -05:00
..
ast.c
ast.h
config.c
config.h
debug_fs.c
dir.c
dir.h
dlm_internal.h [DLM] fix old rcom messages 2007-02-05 13:35:50 -05:00
Kconfig
lock.c [DLM] fix send_args() lvb copying 2007-02-05 13:35:56 -05:00
lock.h
lockspace.c
lockspace.h
lowcomms-sctp.c
lowcomms-tcp.c
lowcomms.h
lvb_table.h
main.c
Makefile
member.c
member.h
memory.c
memory.h
midcomms.c
midcomms.h
rcom.c [DLM] add version check 2007-02-05 13:35:53 -05:00
rcom.h
recover.c
recover.h
recoverd.c
recoverd.h
requestqueue.c
requestqueue.h
user.c
user.h
util.c [DLM] fix old rcom messages 2007-02-05 13:35:50 -05:00
util.h