Re: [PATCH 3/6] nouveau: remove the block parameter to nouveau_range_fault

From: Jason Gunthorpe
Date: Tue Jul 23 2019 - 10:56:29 EST


On Mon, Jul 22, 2019 at 11:44:23AM +0200, Christoph Hellwig wrote:
> The parameter is always false, so remove it as well as the -EAGAIN
> handling that can only happen for the non-blocking case.

? Did the EAGAIN handling get removed in this patch?

> Signed-off-by: Christoph Hellwig <hch@xxxxxx>
> drivers/gpu/drm/nouveau/nouveau_svm.c | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)

Code seems fine

Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxxxx>

Jason