Unionfs: minor comment cleanups
authorErez Zadok <ezk@cs.sunysb.edu>
Sat, 29 Sep 2007 05:36:57 +0000 (01:36 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Mon, 12 Jan 2009 23:20:41 +0000 (18:20 -0500)
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
fs/unionfs/lookup.c
fs/unionfs/mmap.c

index 94e4c8e95cc38197ac2d28ed1322c4521215603c..53668d668b02326b5efabd40c2688adccc02aa16 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 bcd426797dad6f4a16ed71d17e638d2179395508..cf9545e54378eea483233d21858421cceff62406 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