Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.24 /fs/ecryptfs/debug.c

Filename:/fs/ecryptfs/debug.c
Lines Added:0
Lines Deleted:2
Also changed in: (Previous) 2.6.24-rc8  2.6.24-rc7  2.6.24-rc6  2.6.24-rc5  2.6.24-rc4  2.6.24-rc3 
(Following)

Location
[  2.6.24
  [  fs
    [  ecryptfs
       o  debug.c

Patch

diff --git a/fs/ecryptfs/debug.c b/fs/ecryptfs/debug.c
index 434c7ef..3d2bdf5 100644
--- a/fs/ecryptfs/debug.c
+++ b/fs/ecryptfs/debug.c
@@ -38,8 +38,6 @@ void ecryptfs_dump_auth_tok(struct ecryptfs_auth_tok *auth_tok)
          auth_tok);
    if (auth_tok->flags & ECRYPTFS_PRIVATE_KEY) {
       ecryptfs_printk(KERN_DEBUG, " * private key type\n");
-      ecryptfs_printk(KERN_DEBUG, " * (NO PRIVATE KEY SUPPORT "
-            "IN ECRYPTFS VERSION 0.1)\n");
    } else {
       ecryptfs_printk(KERN_DEBUG, " * passphrase type\n");
       ecryptfs_to_hex(salt, auth_tok->token.password.salt,


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.