[<prev] [next>] [day] [month] [year] [list]
Message-Id: <12012515403122cc486cc632c5642319c03f14a594bc@nudt.edu.cn>
Date: Wed, 25 Jan 2012 15:40:31 +0800
From: "Li Wang" <liwang@...t.edu.cn>
To: "Linus Torvalds" <torvalds@...ux-foundation.org>,
john.johansen@...onical.com, dustin.kirkland@...zang.com,
"Cong Wang" <xiyou.wangcong@...il.com>, ecryptfs@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
"Tyler Hicks" <tyhicks@...onical.com>
Subject: [PATCH] eCryptfs: move misleading function comments
Hi,
The data encryption was moved from ecryptfs_write_end into ecryptfs_writepage,
this patch moves the corresponding function comments to be consistent with
the modification.
Signed-off-by: Li Wang <liwang@...t.edu.cn>
---
fs/ecryptfs/mmap.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/fs/ecryptfs/mmap.c b/fs/ecryptfs/mmap.c
index 6a44148..10ec695 100644
--- a/fs/ecryptfs/mmap.c
+++ b/fs/ecryptfs/mmap.c
@@ -57,6 +57,10 @@ struct page *ecryptfs_get_locked_page(struct inode *inode, loff_t index)
* @page: Page that is locked before this call is made
*
* Returns zero on success; non-zero otherwise
+ *
+ * This is where we encrypt the data and pass the encrypted data to
+ * the lower filesystem. In OpenPGP-compatible mode, we operate on
+ * entire underlying packets.
*/
static int ecryptfs_writepage(struct page *page, struct writeback_control *wbc)
{
@@ -481,10 +485,6 @@ int ecryptfs_write_inode_size_to_metadata(struct inode *ecryptfs_inode)
* @copied: The amount of data copied
* @page: The eCryptfs page
* @fsdata: The fsdata (unused)
- *
- * This is where we encrypt the data and pass the encrypted data to
- * the lower filesystem. In OpenPGP-compatible mode, we operate on
- * entire underlying packets.
*/
static int ecryptfs_write_end(struct file *file,
struct address_space *mapping,
Powered by blists - more mailing lists