1 ext4 crypto: release crypto resource on module exit
3 From: Chao Yu <chao2.yu@samsung.com>
5 Crypto resource should be released when ext4 module exits, otherwise
6 it will cause memory leak.
8 Signed-off-by: Chao Yu <chao2.yu@samsung.com>
9 Signed-off-by: Theodore Ts'o <tytso@mit.edu>
12 1 file changed, 1 insertion(+)
14 diff --git a/fs/ext4/super.c b/fs/ext4/super.c
15 index aa7621f..e0952b9 100644
18 @@ -5640,6 +5640,7 @@ out7:
20 static void __exit ext4_exit_fs(void)
23 ext4_destroy_lazyinit_thread();