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/crypto.c | |
parent | 146a46063b282375015d4b2dad4a94f206bbea4e (diff) | |
download | kernel-crypto-ca939e79e395ce2b9ffb8e97763024b61b1e2ad8.tar.gz kernel-crypto-ca939e79e395ce2b9ffb8e97763024b61b1e2ad8.tar.xz kernel-crypto-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/crypto.c')
-rw-r--r-- | fs/ecryptfs/crypto.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ecryptfs/crypto.c b/fs/ecryptfs/crypto.c index 4f7d8959197..129ed13f825 100644 --- a/fs/ecryptfs/crypto.c +++ b/fs/ecryptfs/crypto.c @@ -1267,8 +1267,6 @@ static int ecryptfs_read_header_region(char *data, struct dentry *dentry, lower_file->f_pos = 0; oldfs = get_fs(); set_fs(get_ds()); - /* For releases 0.1 and 0.2, all of the header information - * fits in the first data extent-sized region. */ rc = lower_file->f_op->read(lower_file, (char __user *)data, ECRYPTFS_DEFAULT_EXTENT_SIZE, &lower_file->f_pos); set_fs(oldfs); |