diff options
Diffstat (limited to 'fs/ecryptfs/main.c')
-rw-r--r-- | fs/ecryptfs/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ecryptfs/main.c b/fs/ecryptfs/main.c index 71a9c4c36707..d4f00bbbcdc5 100644 --- a/fs/ecryptfs/main.c +++ b/fs/ecryptfs/main.c | |||
@@ -796,8 +796,8 @@ static void do_sysfs_unregistration(void) | |||
796 | { | 796 | { |
797 | int rc; | 797 | int rc; |
798 | 798 | ||
799 | if ((rc = ecryptfs_destruct_crypto())) { | 799 | if ((rc = ecryptfs_destroy_crypto())) { |
800 | printk(KERN_ERR "Failure whilst attempting to destruct crypto; " | 800 | printk(KERN_ERR "Failure whilst attempting to destroy crypto; " |
801 | "rc = [%d]\n", rc); | 801 | "rc = [%d]\n", rc); |
802 | } | 802 | } |
803 | sysfs_remove_file(&ecryptfs_subsys.kobj, | 803 | sysfs_remove_file(&ecryptfs_subsys.kobj, |