On Fri, Apr 22, 2022 at 03:40:48PM +0530, Kanchan Joshi wrote: > Move common error-handling to io_req_complete, so that various callers > avoid repeating that. Few callers (io_tee, io_splice) require slightly > different handling. These are changed to use __io_req_complete instead. > > Suggested-by: Christoph Hellwig <hch@xxxxxx> > Signed-off-by: Kanchan Joshi <joshi.k@xxxxxxxxxxx> Looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>