ecryptfs: properly mark init functions
authorJerome Marchand <jmarchan@redhat.com>
Tue, 17 Aug 2010 15:24:05 +0000 (17:24 +0200)
committerTyler Hicks <tyhicks@linux.vnet.ibm.com>
Fri, 27 Aug 2010 15:50:52 +0000 (10:50 -0500)
commit7371a38201d04124a9ff2cf05059731d7c1e35a5
tree0a463fc73700c12c0e28299d2b214394e9bd7249
parentf137f15072411618e37b338aa13e5ae43583bcf2
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>
fs/ecryptfs/crypto.c
fs/ecryptfs/kthread.c
fs/ecryptfs/messaging.c
fs/ecryptfs/miscdev.c