Re: [PATCH v4 2/6] fs: change ki_complete interface to support 64bit ret2

From: Christoph Hellwig
Date: Sun Jul 26 2020 - 11:18:27 EST


On Fri, Jul 24, 2020 at 09:19:18PM +0530, Kanchan Joshi wrote:
> From: SelvaKumar S <selvakuma.s1@xxxxxxxxxxx>
>
> kiocb->ki_complete(...,long ret2) - change ret2 to long long.
> This becomes handy to return 64bit written-offset with appending write.
> Change callers using ki_complete prototype.

There is no need for this at all. By the time ki_complete is called
ki_pos contains the new offset, and you just have to subtract res from
that.