commit | ad2a722f196d2b014f49e6c37e072df71eb3695f | [log] [tgz] |
---|---|---|
author | Boaz Harrosh <bharrosh@panasas.com> | Tue Jan 12 15:13:47 2010 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Mar 03 13:00:16 2010 -0500 |
tree | 5f643dc85181e1f2a63a906de316c3091c93c360 | |
parent | 4b1ae27a96d9860e6c4348673e8fb6a0322511fe [diff] |
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>