projects
/
unionfs-2.6.34.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29e19db
)
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>
Sun, 23 Feb 2014 19:02:39 +0000
(14:02 -0500)
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);