]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rds: Proper init/exit declaration for module init/exit function
authorKa-Cheong Poon <ka-cheong.poon@oracle.com>
Wed, 25 Oct 2017 02:50:57 +0000 (19:50 -0700)
committerDhaval Giani <dhaval.giani@oracle.com>
Thu, 26 Oct 2017 03:17:40 +0000 (23:17 -0400)
commit41935aff7a06972f8d4b345b1d143f548b35aeb6
tree3897b434ac591c956e8cebe6bd2168c4ec9bb7b1
parenta95336b109a09e9b164e3ffe58c9d4ec9c1af82f
rds: Proper init/exit declaration for module init/exit function

Changed all the module init and exit function declarations such that
they are placed in .init.text and .exit.text sections respectively.

Orabug: 27013833

Signed-off-by: Ka-Cheong Poon <ka-cheong.poon@oracle.com>
Reviewed-by: Shannon Nelson <shannon.nelson@oracle.com>
Reviewed-by: HÃ¥kon Bugge <haakon.bugge@oracle.com>
Signed-off-by: Dhaval Giani <dhaval.giani@oracle.com>
net/rds/af_rds.c
net/rds/rdma_transport.c
net/rds/tcp.c