commit | 7371a38201d04124a9ff2cf05059731d7c1e35a5 | [log] [tgz] |
---|---|---|
author | Jerome Marchand <jmarchan@redhat.com> | Tue Aug 17 17:24:05 2010 +0200 |
committer | Tyler Hicks <tyhicks@linux.vnet.ibm.com> | Fri Aug 27 10:50:52 2010 -0500 |
tree | 0a463fc73700c12c0e28299d2b214394e9bd7249 | |
parent | f137f15072411618e37b338aa13e5ae43583bcf2 [diff] |
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>