OSDN Git Service

ext4 crypto: release crypto resource on module exit
authorChao Yu <chao2.yu@samsung.com>
Sun, 31 May 2015 17:37:35 +0000 (13:37 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 31 May 2015 17:37:35 +0000 (13:37 -0400)
commite298e73bd766768707a7af440691ce2f418f5acc
tree69ceb99342581114c30d99054d4161374689a873
parentabdd438b26b409eaccf9c847fcf9c3ab52f1959e
ext4 crypto: release crypto resource on module exit

Crypto resource should be released when ext4 module exits, otherwise
it will cause memory leak.

Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/super.c