Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210090
b: refs/heads/master
c: 7371a38
h: refs/heads/master
v: v3
  • Loading branch information
Jerome Marchand authored and Tyler Hicks committed Aug 27, 2010
1 parent 6ce9f19 commit 3e6bb37
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f137f15072411618e37b338aa13e5ae43583bcf2
refs/heads/master: 7371a38201d04124a9ff2cf05059731d7c1e35a5
2 changes: 1 addition & 1 deletion trunk/fs/ecryptfs/crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -1793,7 +1793,7 @@ struct kmem_cache *ecryptfs_key_tfm_cache;
static struct list_head key_tfm_list;
struct mutex key_tfm_list_mutex;

int ecryptfs_init_crypto(void)
int __init ecryptfs_init_crypto(void)
{
mutex_init(&key_tfm_list_mutex);
INIT_LIST_HEAD(&key_tfm_list);
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/ecryptfs/kthread.c
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ static int ecryptfs_threadfn(void *ignored)
return 0;
}

int ecryptfs_init_kthread(void)
int __init ecryptfs_init_kthread(void)
{
int rc = 0;

Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/ecryptfs/messaging.c
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ int ecryptfs_wait_for_response(struct ecryptfs_msg_ctx *msg_ctx,
return rc;
}

int ecryptfs_init_messaging(void)
int __init ecryptfs_init_messaging(void)
{
int i;
int rc = 0;
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/ecryptfs/miscdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ static struct miscdevice ecryptfs_miscdev = {
*
* Returns zero on success; non-zero otherwise
*/
int ecryptfs_init_ecryptfs_miscdev(void)
int __init ecryptfs_init_ecryptfs_miscdev(void)
{
int rc;

Expand Down

0 comments on commit 3e6bb37

Please sign in to comment.