aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/kthread.c
diff options
context:
space:
mode:
authorJerome Marchand <jmarchan@redhat.com>2010-08-17 17:24:05 +0200
committerTyler Hicks <tyhicks@linux.vnet.ibm.com>2010-08-27 10:50:52 -0500
commit7371a38201d04124a9ff2cf05059731d7c1e35a5 (patch)
tree0a463fc73700c12c0e28299d2b214394e9bd7249 /fs/ecryptfs/kthread.c
parentf137f15072411618e37b338aa13e5ae43583bcf2 (diff)
downloadkernel_samsung_smdk4412-7371a38201d04124a9ff2cf05059731d7c1e35a5.zip
kernel_samsung_smdk4412-7371a38201d04124a9ff2cf05059731d7c1e35a5.tar.gz
kernel_samsung_smdk4412-7371a38201d04124a9ff2cf05059731d7c1e35a5.tar.bz2
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>
Diffstat (limited to 'fs/ecryptfs/kthread.c')
-rw-r--r--fs/ecryptfs/kthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ecryptfs/kthread.c b/fs/ecryptfs/kthread.c
index d8c3a37..0851ab6 100644
--- a/fs/ecryptfs/kthread.c
+++ b/fs/ecryptfs/kthread.c
@@ -86,7 +86,7 @@ out:
return 0;
}
-int ecryptfs_init_kthread(void)
+int __init ecryptfs_init_kthread(void)
{
int rc = 0;