diff options
author | David Howells <dhowells@redhat.com> | 2024-07-18 22:55:20 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2024-07-19 19:08:57 +0300 |
commit | d2c5eb57b6da10f335c30356f9696bd667601e6a (patch) | |
tree | a586816aa82f595d833421294a79a64a13b7ba10 /fs/smb/client/cifsfs.h | |
parent | de40579b903883274fe203865f29d66b168b7236 (diff) | |
download | linux-d2c5eb57b6da10f335c30356f9696bd667601e6a.tar.xz |
cifs: Fix missing error code set
In cifs_strict_readv(), the default rc (-EACCES) is accidentally cleared by
a successful return from netfs_start_io_direct(), such that if
cifs_find_lock_conflict() fails, we don't return an error.
Fix this by resetting the default error code.
Fixes: 14b1cd25346b ("cifs: Fix locking in cifs_strict_readv()")
Cc: stable@vger.kernel.org
Signed-off-by: David Howells <dhowells@redhat.com>
Reviewed-by: Paulo Alcantara (Red Hat) <pc@manguebit.com>
cc: Jeff Layton <jlayton@kernel.org>
cc: linux-cifs@vger.kernel.org
cc: netfs@lists.linux.dev
cc: linux-fsdevel@vger.kernel.org
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/smb/client/cifsfs.h')
0 files changed, 0 insertions, 0 deletions