diff options
author | Nate <nate.diler@gmail.com> | 2007-07-16 15:45:13 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-07-16 15:45:13 +0000 |
commit | 8803863a9051582081fb2bcca3a6dc8fddaed93c (patch) | |
tree | d3d8162fd0a77c6e3891edbfc89f365b428b03f9 /scripts | |
parent | 4a379e6657ae2dd910f9f06d46bd7c05fbe9ed5c (diff) | |
download | op-kernel-dev-8803863a9051582081fb2bcca3a6dc8fddaed93c.zip op-kernel-dev-8803863a9051582081fb2bcca3a6dc8fddaed93c.tar.gz |
[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>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions