]> git.baikalelectronics.ru Git - kernel.git/commit
eCryptfs: kmem_cache objects for multiple keys; init/exit functions
authorMichael Halcrow <mhalcrow@us.ibm.com>
Tue, 16 Oct 2007 08:27:55 +0000 (01:27 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 16 Oct 2007 16:43:10 +0000 (09:43 -0700)
commit907049187a4df52b4e754fc5895b26c702dc4b3c
treeb4b14bbda404eda6ce6d9604e6024f3a647dfc8c
parent702ec41c7529a9fd3be30c0d091f177ad9b4a00d
eCryptfs: kmem_cache objects for multiple keys; init/exit functions

Introduce kmem_cache objects for handling multiple keys per inode.  Add calls
in the module init and exit code to call the key list
initialization/destruction functions.

Signed-off-by: Michael Halcrow <mhalcrow@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ecryptfs/main.c