Skip to content
Snippets Groups Projects
Commit 88ad2319 authored by Leonardo Potenza's avatar Leonardo Potenza Committed by David Teigland
Browse files

dlm: section mismatch warning fix


Removed the section mismatch message:
WARNING: fs/dlm/dlm.o(.init.text+0x132): Section mismatch in reference from the function init_module() to the function .exit.text:dlm_netlink_exit()

Since dlm_netlink_exit() is called in the init_dlm() error handling,
the __exit annotation has been removed.

Signed-off-by: default avatarLeonardo Potenza <lpotenza@inwind.it>
Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
parent 7a936ce7
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment