libfs: Open code simple_commit_write into only user
authorBoaz Harrosh <bharrosh@panasas.com>
Tue, 12 Jan 2010 13:13:47 +0000 (15:13 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 3 Mar 2010 18:00:16 +0000 (13:00 -0500)
commitad2a722f196d2b014f49e6c37e072df71eb3695f
tree5f643dc85181e1f2a63a906de316c3091c93c360
parent4b1ae27a96d9860e6c4348673e8fb6a0322511fe
libfs: Open code simple_commit_write into only user

* 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