commit | 8803863a9051582081fb2bcca3a6dc8fddaed93c | [log] [tgz] |
---|---|---|
author | Nate <nate.diler@gmail.com> | Mon Jul 16 15:45:13 2007 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Mon Jul 16 15:45:13 2007 +0000 |
tree | d3d8162fd0a77c6e3891edbfc89f365b428b03f9 | |
parent | 4a379e6657ae2dd910f9f06d46bd7c05fbe9ed5c [diff] |
[CIFS] use simple_prepare_write to zero page data It's common for file systems to need to zero data on either side of a write, if a page is not Uptodate during prepare_write. It just so happens that simple_prepare_write() in libfs.c does exactly that, so we can avoid duplication and just call that function to zero page data. Signed-off-by: Nate Diller <nate.diller@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Steve French <sfrench@us.ibm.com>