Re: [PATCH] fuse: remove duplicate check for nodeid

From: Miklos Szeredi
Date: Wed Feb 01 2023 - 10:34:15 EST


On Tue, 13 Dec 2022 at 12:52, zyfjeff <zyfjeff@xxxxxxxxxxxxxxxxx> wrote:
>
> before this check, the nodeid has already been checked once, so
> the check here doesn't make an sense, so remove the check for
> nodeid here.
>
> if (err || !outarg->nodeid)
> goto out_put_forget;
>
> err = -EIO;
> >>> if (!outarg->nodeid)
> goto out_put_forget;
>
> Signed-off-by: zyfjeff <zyfjeff@xxxxxxxxxxxxxxxxx>

Applied, thanks.

Miklos