GIT: unionfs2-2.6.27.y: properly format a multi line comment
Erez Zadok
ezk at fsl.cs.sunysb.edu
Thu Aug 12 23:16:35 EDT 2010
commit 869052640b61127b731dbfccf8474dcb99bcd208
Author: Erez_Zadok <ezk at cs.sunysb.edu>
Date: Fri Jun 1 00:01:03 2007 -0400
properly format a multi line comment
Signed-off-by: Erez Zadok <ezk at cs.sunysb.edu>
diff --git a/fs/unionfs/mmap.c b/fs/unionfs/mmap.c
index 944740d..f979683 100644
--- a/fs/unionfs/mmap.c
+++ b/fs/unionfs/mmap.c
@@ -270,7 +270,8 @@ int unionfs_commit_write(struct file *file, struct page *page, unsigned from,
page_data = (char *)kmap(page);
lower_file->f_pos = (page->index << PAGE_CACHE_SHIFT) + from;
- /* SP: I use vfs_write instead of copying page data and the
+ /*
+ * SP: I 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
More information about the unionfs-cvs
mailing list