commit 948c7aced2f93a809389912850bb75b8d40c8018
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 
3de7757ff16648dfe2b77dd1607879ed59ff4068..99b3b2f9e9f1072ede3d0dd490401f9a1ab3b5ab
 100644
--- a/fs/unionfs/mmap.c
+++ b/fs/unionfs/mmap.c
@@ -220,7 +220,8 @@ int unionfs_commit_write(struct file *fi
         */
        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

Reply via email to