commit e96711bf4671d7de29beeeae25cfbc889f98321b
Author: Erez_Zadok <[EMAIL PROTECTED]>
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
7d27bd8018d2d2be4001c2c7d327e2368fd9bf79..3de7757ff16648dfe2b77dd1607879ed59ff4068
100644
--- a/fs/unionfs/mmap.c
+++ b/fs/unionfs/mmap.c
@@ -201,7 +201,7 @@ int unionfs_commit_write(struct file *fi
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) */
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs