commit 730afa84bf6c49f93dd6729142e1a748c5e47d1a
Author: Yiannis Pericleous <[EMAIL PROTECTED]>
Date: Sat Apr 28 22:04:54 2007 -0400
mmap: coding style: reformated a line longer than 80 chars
diff --git a/fs/unionfs/mmap.c b/fs/unionfs/mmap.c
index 3de7757..99b3b2f 100644
--- a/fs/unionfs/mmap.c
+++ b/fs/unionfs/mmap.c
@@ -220,7 +220,8 @@ int unionfs_commit_write(struct file *file, struct page
*page, unsigned from,
*/
old_fs = get_fs();
set_fs(KERNEL_DS);
- err = vfs_write(lower_file, page_data + from, bytes,
&lower_file->f_pos);
+ err = vfs_write(lower_file, page_data + from, bytes,
+ &lower_file->f_pos);
set_fs(old_fs);
kunmap(page);
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs