[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAJfpegvuwrAszXF31hy_6L92opE-TZef-km6HiMvU0Cf4krFXA@mail.gmail.com>
Date: Wed, 1 Feb 2023 16:33:45 +0100
From: Miklos Szeredi <miklos@...redi.hu>
To: zyfjeff <zyfjeff@...ux.alibaba.com>
Cc: linux-fsdevel@...r.kernel.org, fuse-devel@...ts.sourceforge.net,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] fuse: remove duplicate check for nodeid
On Tue, 13 Dec 2022 at 12:52, zyfjeff <zyfjeff@...ux.alibaba.com> 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@...ux.alibaba.com>
Applied, thanks.
Miklos
Powered by blists - more mailing lists