]> Git Repo - linux.git/commit
dlm: section mismatch warning fix
authorLeonardo Potenza <[email protected]>
Sun, 11 May 2008 17:15:34 +0000 (19:15 +0200)
committerDavid Teigland <[email protected]>
Mon, 19 May 2008 20:37:27 +0000 (15:37 -0500)
commit88ad23195e4609cef73b6fcf2b4c08aaaef33204
tree744a3c9a990930236d175606afdfb331c3a0aabe
parent7a936ce71eed7b887b8a0d6c54dd8a9072f71c9f
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: Leonardo Potenza <[email protected]>
Signed-off-by: David Teigland <[email protected]>
fs/dlm/netlink.c
This page took 0.049774 seconds and 4 git commands to generate.