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