git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b1ae27
)
libfs: Open code simple_commit_write into only user
author
Boaz Harrosh
<bharrosh@panasas.com>
Tue, 12 Jan 2010 13:13:47 +0000
(15:13 +0200)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 3 Mar 2010 18:00:16 +0000
(13:00 -0500)
* simple_commit_write was only called by simple_write_end.
Open coding it makes it tiny bit less heavy on the arithmetic and
much more readable.
* While at it use zero_user() for clearing a partial page.
* While at it add a docbook comment for simple_write_end.
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/libfs.c
patch
|
blob
|
history
diff --cc
fs/libfs.c
Simple merge