summaryrefslogtreecommitdiffstats
path: root/fs/ecryptfs/messaging.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-08-28 14:10:43 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2010-08-28 14:10:43 -0700
commite933424c4823596ed231648eeb602b5209960ff6 (patch)
treed1bec768605bd4cc91326b80a02fa6472384bf08 /fs/ecryptfs/messaging.c
parent8f2a0029b8aaed9fb37d775dbe527e163920b129 (diff)
parent93c3fe40c279f002906ad14584c30671097d4394 (diff)
downloadop-kernel-dev-e933424c4823596ed231648eeb602b5209960ff6.zip
op-kernel-dev-e933424c4823596ed231648eeb602b5209960ff6.tar.gz
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6: eCryptfs: Fix encrypted file name lookup regression ecryptfs: properly mark init functions fs/ecryptfs: Return -ENOMEM on memory allocation failure
Diffstat (limited to 'fs/ecryptfs/messaging.c')
-rw-r--r--fs/ecryptfs/messaging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ecryptfs/messaging.c b/fs/ecryptfs/messaging.c
index bcb68c0..ab22480 100644
--- a/fs/ecryptfs/messaging.c
+++ b/fs/ecryptfs/messaging.c
@@ -473,7 +473,7 @@ sleep:
return rc;
}
-int ecryptfs_init_messaging(void)
+int __init ecryptfs_init_messaging(void)
{
int i;
int rc = 0;
OpenPOWER on IntegriCloud