target: Add __exit annotation for module_exit functions
authorAsias He <asias@redhat.com>
Wed, 27 Feb 2013 04:50:56 +0000 (12:50 +0800)
committerNicholas Bellinger <nab@linux-iscsi.org>
Thu, 28 Feb 2013 03:12:10 +0000 (19:12 -0800)
Inclues sbp_exit, fileio_module_exit, iblock_module_exit and
pscsi_module_exit.

Note: rd_module_exit() can not be annotated by __exit, becasue it is
called by target_core_init_configfs() which is annotated by __init.

Signed-off-by: Asias He <asias@redhat.com>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>

No differences found