Unionfs: minor comment cleanups
authorErez Zadok <ezk@cs.sunysb.edu>
Sun, 30 Sep 2007 01:49:18 +0000 (21:49 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Sun, 30 Sep 2007 01:49:18 +0000 (21:49 -0400)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/lookup.c
fs/unionfs/mmap.c

index 70d32a7d73eccfb231a34891b64bb48339b0d58e..b404bfa0c6b3891146de8ebb892fbb1633829d61 100644 (file)
@@ -206,7 +206,7 @@ struct dentry *unionfs_lookup_backend(struct dentry *dentry,
                }
 
                if (wh_lower_dentry->d_inode) {
-                       /* We found a whiteout so lets give up. */
+                       /* We found a whiteout so let's give up. */
                        if (S_ISREG(wh_lower_dentry->d_inode->i_mode)) {
                                set_dbend(dentry, bindex);
                                set_dbopaque(dentry, bindex);
index dda48c7e1b5bc577a38b21d4e7ea447509ab08f1..2832b3b029d95530fad1d5a256c307929ae1cd02 100644 (file)
@@ -293,7 +293,7 @@ static int unionfs_commit_write(struct file *file, struct page *page,
        lower_file->f_pos = ((loff_t) page->index << PAGE_CACHE_SHIFT) + from;
 
        /*
-        * SP: I use vfs_write instead of copying page data and the
+        * We use vfs_write instead of copying page data and the
         * prepare_write/commit_write combo because file system's like
         * GFS/OCFS2 don't like things touching those directly,
         * calling the underlying write op, while a little bit slower, will