Re: [PATCH 3/3] eCryptfs: Set inode key only once per crypto operation

2007-11-02 Thread Michael Halcrow
On Fri, Nov 02, 2007 at 01:10:31PM -0700, Andrew Morton wrote: > On Fri, 2 Nov 2007 13:53:08 -0500 > Michael Halcrow <[EMAIL PROTECTED]> wrote: > > > 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 perf

Re: [PATCH 3/3] eCryptfs: Set inode key only once per crypto operation

2007-11-02 Thread Andrew Morton
On Fri, 2 Nov 2007 13:53:08 -0500 Michael Halcrow <[EMAIL PROTECTED]> wrote: > 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 <[EMAIL PROTECTED]> > Si

[PATCH 3/3] eCryptfs: Set inode key only once per crypto operation

2007-11-02 Thread Michael Halcrow
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 <[EMAIL PROTECTED]> Signed-off-by: Michael Halcrow <[EMAIL PROTECTED]> --- fs/ecryptfs/crypto.c |7