diff options
author | Michael Halcrow <mhalcrow@us.ibm.com> | 2007-10-16 01:27:58 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-16 09:43:11 -0700 |
commit | ca939e79e395ce2b9ffb8e97763024b61b1e2ad8 (patch) | |
tree | 3bde47fb58c071b5fe4a654d7275b21ab63aa39f /fs/ecryptfs/debug.c | |
parent | 146a46063b282375015d4b2dad4a94f206bbea4e (diff) | |
download | linux-3.10-ca939e79e395ce2b9ffb8e97763024b61b1e2ad8.tar.gz linux-3.10-ca939e79e395ce2b9ffb8e97763024b61b1e2ad8.tar.bz2 linux-3.10-ca939e79e395ce2b9ffb8e97763024b61b1e2ad8.zip |
eCryptfs: update comment and debug statement
Trivial updates to comment and debug statement.
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>
Diffstat (limited to 'fs/ecryptfs/debug.c')
-rw-r--r-- | fs/ecryptfs/debug.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ecryptfs/debug.c b/fs/ecryptfs/debug.c index 434c7efd80f..3d2bdf546ec 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, |