commit ccd69b54f382f520bad9045860ca52870b38d001
Author: Erez Zadok <[EMAIL PROTECTED]>
Date:   Sat Nov 17 23:09:39 2007 -0500

    Unionfs: minor comment cleanups
    
    Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>

diff --git a/fs/unionfs/mmap.c b/fs/unionfs/mmap.c
index bcd4267..cf9545e 100644
--- a/fs/unionfs/mmap.c
+++ b/fs/unionfs/mmap.c
@@ -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
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to