[Ecryptfs-devel] [PATCH] eCryptfs: Change the type of cipher_code from u16 to u8

2007-12-18 Thread Trevor Highland
Change the type of cipher_code from u16 to u8. Signed-off-by: Trevor Highland <[EMAIL PROTECTED]> --- fs/ecryptfs/crypto.c |8 fs/ecryptfs/ecryptfs_kernel.h |4 ++-- fs/ecryptfs/keystore.c|8 3 files changed, 10 insertions(+), 10 deletions(-) diff -

[Ecryptfs-devel] [PATCH] eCryptfs: Load each file decryption key only once

2007-12-18 Thread Trevor Highland
Load each file decryption key only once Signed-off-by: Trevor Highland <[EMAIL PROTECTED]> --- fs/ecryptfs/crypto.c |9 + 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/fs/ecryptfs/crypto.c b/fs/ecryptfs/crypto.c index 70f7aab..949fe44 100644 --- a/fs/ecryptfs/crypto.c