]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
smb: client: Return a status code only as a constant in sid_to_id()
authorMarkus Elfring <elfring@users.sourceforge.net>
Fri, 10 Oct 2025 19:04:16 +0000 (21:04 +0200)
committerSteve French <stfrench@microsoft.com>
Mon, 13 Oct 2025 13:26:22 +0000 (08:26 -0500)
commitb9ce79887e270ed64ed499aa69f903cdca401c2f
tree989a02fd0d833bfa5e92c3c385ca039780992413
parent3a8660878839faadb4f1a6dd72c3179c1df56787
smb: client: Return a status code only as a constant in sid_to_id()

Return a status code without storing it in an intermediate variable.

This issue was detected by using the Coccinelle software.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifsacl.c