Re: [PATCH] ecryptfs: check for existing key_tfm at mount time

2007-12-21 Thread Andrew Morton
On Thu, 20 Dec 2007 23:18:49 -0600 Eric Sandeen <[EMAIL PROTECTED]> wrote: > Jeff Moyer pointed out that a mount; umount loop of ecryptfs, > with the same cipher & other mount options, created a new > ecryptfs_key_tfm_cache item each time, and the cache could > grow quite large this way. > > Loo

Re: [PATCH] ecryptfs: check for existing key_tfm at mount time

2007-12-21 Thread Michael Halcrow
On Thu, Dec 20, 2007 at 11:18:49PM -0600, Eric Sandeen wrote: > Jeff Moyer pointed out that a mount; umount loop of ecryptfs, > with the same cipher & other mount options, created a new > ecryptfs_key_tfm_cache item each time, and the cache could > grow quite large this way. > > Looking at this w