dlm: add __init and __exit marks to init and exit functions
authorDenis Cheng <crquan@gmail.com>
Fri, 1 Feb 2008 17:53:46 +0000 (01:53 +0800)
committerDavid Teigland <teigland@redhat.com>
Thu, 7 Feb 2008 05:41:22 +0000 (23:41 -0600)
it moves 365 bytes from .text to .init.text, and 30 bytes from .text to
.exit.text, saves memory.

Signed-off-by: Denis Cheng <crquan@gmail.com>
Signed-off-by: David Teigland <teigland@redhat.com>

No differences found