Re: [PATCH v3] fs: Fix page_mkwrite off-by-one errors

From: Theodore Y. Ts'o
Date: Sat Dec 21 2019 - 21:01:21 EST


On Wed, Dec 18, 2019 at 11:23:31AM -0800, Darrick J. Wong wrote:
> *OH*, because we're stuffing the value in ret2, not ret. Ok, that makes
> more sense. Er, I guess I don't mind pushing via iomap tree, but could
> we get some acks from Ted and any of the ceph maintainers?

Acked-by: Theodore Ts'o <tytso@xxxxxxx>

My only nit is the same one Jan raised, which is should
page_mkwrite_check_truncate() be an inline function?

- Ted