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)
* 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>

No differences found