ecryptfs: properly mark init functions
Some ecryptfs init functions are not prefixed by __init and thus not freed after initialization. This patch saved about 1kB in ecryptfs module. Signed-off-by: Jerome Marchand <jmarchan@redhat.com> Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
This commit is contained in:
committed by
Tyler Hicks
parent
f137f15072
commit
7371a38201
@@ -86,7 +86,7 @@ out:
|
||||
return 0;
|
||||
}
|
||||
|
||||
int ecryptfs_init_kthread(void)
|
||||
int __init ecryptfs_init_kthread(void)
|
||||
{
|
||||
int rc = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user