Files
linux/fs/cifs
Steve French 740562f32d cifs: fallback to older infolevels on findfirst queryinfo retry
[ Upstream commit 3b7960cace ]

In cases where queryinfo fails, we have cases in cifs (vers=1.0)
where with backupuid mounts we retry the query info with findfirst.
This doesn't work to some NetApp servers which don't support
WindowsXP (and later) infolevel 261 (SMB_FIND_FILE_ID_FULL_DIR_INFO)
so in this case use other info levels (in this case it will usually
be level 257, SMB_FIND_FILE_DIRECTORY_INFO).

(Also fixes some indentation)

See kernel bugzilla 201435

Signed-off-by: Steve French <stfrench@microsoft.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-04-27 09:33:58 +02:00
..
2017-05-20 14:27:01 +02:00
2018-09-05 09:18:37 +02:00
2019-04-27 09:33:49 +02:00
2017-05-08 07:46:01 +02:00
2012-07-24 10:25:13 -05:00
2017-05-08 07:46:01 +02:00
2013-09-08 14:54:24 -05:00