commit | b9de313cf05fe08fa59efaf19756ec5283af672a | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Sep 05 22:20:03 2016 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Dec 10 14:24:45 2016 -0500 |
tree | c57749e0221aff9d8fb07786d7821f2ce80fcdfa | |
parent | c0cf3ef5e0f47e385920450b245d22bead93e7ad [diff] |
fix ceph_write_end() don't zero on short copies; if the page was uptodate it's just plain wrong, and if it wasn't we'll be better off just returning 0 and buggering off. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>