GIT: unionfs2-2.6.27.y: mmap: remove defunct comments
Erez Zadok
ezk at fsl.cs.sunysb.edu
Thu Aug 12 23:16:19 EDT 2010
commit 5ad357ffd1af8ab88b96a46994c2d941bdad9547
Author: Erez_Zadok <ezk at cs.sunysb.edu>
Date: Sat Apr 28 21:04:05 2007 -0400
mmap: remove defunct comments
diff --git a/fs/unionfs/mmap.c b/fs/unionfs/mmap.c
index 7d27bd8..3de7757 100644
--- a/fs/unionfs/mmap.c
+++ b/fs/unionfs/mmap.c
@@ -201,7 +201,7 @@ int unionfs_commit_write(struct file *file, struct page *page, unsigned from,
if ((err = unionfs_file_revalidate(file, 1)))
goto out;
- inode = page->mapping->host; /* CPW: Moved below print_entry_location */
+ inode = page->mapping->host;
lower_inode = unionfs_lower_inode(inode);
if (UNIONFS_F(file) != NULL)
@@ -272,7 +272,7 @@ void unionfs_sync_page(struct page *page)
struct page *lower_page;
struct address_space *mapping = page->mapping;
- inode = page->mapping->host; /* CPW: Moved below print_entry_location */
+ inode = page->mapping->host;
lower_inode = unionfs_lower_inode(inode);
/* find lower page (returns a locked page) */
More information about the unionfs-cvs
mailing list