commit | 8e3a6f16ba5874b69968cd450334829262513fd1 | [log] [tgz] |
---|---|---|
author | Trevor Highland <trevor.highland@gmail.com> | Wed Feb 06 01:38:33 2008 -0800 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed Feb 06 10:41:12 2008 -0800 |
tree | ae5f8535f87377c101eabda9c5508725f5f2b7bd | |
parent | cc11beffdf80ca31dff21422fa2a5e54d25f1494 [diff] |
eCryptfs: set inode key only once per crypto operation There is no need to keep re-setting the same key for any given eCryptfs inode. This patch optimizes the use of the crypto API and helps performance a bit. Signed-off-by: Trevor Highland <trevor.highland@gmail.com> 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>