exofs: don't mess with simple_write_{begin,end}
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 30 Aug 2016 02:04:51 +0000 (22:04 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 10 Dec 2016 19:25:19 +0000 (14:25 -0500)
commit92e50d2d42d7cb9fcd816b47b580622032d38293
treeec748429d1fce11dc3d079e2d26c2b9ab27a41e0
parent77469c3f570e329acb631c5c03780eacdca2a534
exofs: don't mess with simple_write_{begin,end}

... and don't zero anything on short copy; just unlock
and return 0 if that has happened on non-uptodate page.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/exofs/inode.c