]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPP
authorSteve French <stfrench@microsoft.com>
Fri, 15 Sep 2023 06:10:40 +0000 (01:10 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Oct 2023 11:18:17 +0000 (13:18 +0200)
commit8e3cdab909db7202eddf34a072c2caea40f99d68
tree0505e8f412f490e0151f7ef7c7dd5fe2e491013b
parentd540a4370aba378fbedf349ba0bb68e96e24243d
smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPP

[ Upstream commit ebc3d4e44a7e05457825e03d0560153687265523 ]

checkpatch flagged a few places with:
     WARNING: ENOTSUPP is not a SUSV4 error code, prefer EOPNOTSUPP
Also fixed minor typo

Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/cifs/inode.c
fs/cifs/smb2ops.c