[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAKYAXd85gpb2xzPEm8BJV6gsff3p-8b4Aj_rOaEvU=+n43SgBQ@mail.gmail.com>
Date: Tue, 4 Jul 2023 17:58:38 +0900
From: Namjae Jeon <linkinjeon@...nel.org>
To: Wang Ming <machel@...o.com>
Cc: Steve French <sfrench@...ba.org>,
Sergey Senozhatsky <senozhatsky@...omium.org>,
Tom Talpey <tom@...pey.com>, linux-cifs@...r.kernel.org,
linux-kernel@...r.kernel.org, opensource.kernel@...o.com
Subject: Re: [PATCH v1] fs:smb:Fix unsigned expression compared with zero
2023-07-04 16:40 GMT+09:00, Wang Ming <machel@...o.com>:
> The return value of the ksmbd_vfs_getcasexattr() is signed.
> However, the return value is being assigned to an unsigned
> variable and subsequently recasted, causing warnings. Use
> a signed type.
>
> Signed-off-by: Wang Ming <machel@...o.com>
Acked-by: Namjae Jeon <linkinjeon@...nel.org>
Thanks for your patch!
Powered by blists - more mailing lists