projects
/
unionfs-2.6.19.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1df61a3
)
mmap: coding style: reformated a line longer than 80 chars
author
Yiannis Pericleous
<yiannos@louie.fsl.cs.sunysb.edu>
Sun, 29 Apr 2007 02:04:54 +0000
(22:04 -0400)
committer
Erez_Zadok
<ezk@cs.sunysb.edu>
Tue, 3 Jul 2007 22:56:42 +0000
(18:56 -0400)
fs/unionfs/mmap.c
patch
|
blob
|
history
diff --git
a/fs/unionfs/mmap.c
b/fs/unionfs/mmap.c
index 3de7757ff16648dfe2b77dd1607879ed59ff4068..99b3b2f9e9f1072ede3d0dd490401f9a1ab3b5ab 100644
(file)
--- 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);