Skip to content
Commit bbec4e4d authored by Eugene Korenevsky's avatar Eugene Korenevsky Committed by Greg Kroah-Hartman
Browse files

cifs: open_cached_dir(): add FILE_READ_EA to desired access

[ Upstream commit f1b8224b ]

Since smb2_query_eas() reads EA and uses cached directory,
open_cached_dir() should request FILE_READ_EA access.

Otherwise listxattr() and getxattr() will fail with EACCES
(0xc0000022 STATUS_ACCESS_DENIED SMB status).

Link: https://bugzilla.kernel.org/show_bug.cgi?id=218543


Cc: stable@vger.kernel.org
Signed-off-by: default avatarEugene Korenevsky <ekorenevsky@astralinux.ru>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 192e9f90
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment