[PATCH] cifs: Gracefully turn off serverino (when serverino is enabled on mount)
Old servers such as NT4 do not support this level of FindFirst (and retry with a lower infolevel) Signed-off-by: Steve French (sfrench@us.ibm.com) Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
f654bac222
commit
75cf6bdc52
@@ -206,7 +206,7 @@ static const struct {
|
||||
{
|
||||
ERRDOS, ERRgeneral, NT_STATUS_UNSUCCESSFUL}, {
|
||||
ERRDOS, ERRbadfunc, NT_STATUS_NOT_IMPLEMENTED}, {
|
||||
ERRDOS, 87, NT_STATUS_INVALID_INFO_CLASS}, {
|
||||
ERRDOS, ERRinvlevel, NT_STATUS_INVALID_INFO_CLASS}, {
|
||||
ERRDOS, 24, NT_STATUS_INFO_LENGTH_MISMATCH}, {
|
||||
ERRHRD, ERRgeneral, NT_STATUS_ACCESS_VIOLATION}, {
|
||||
ERRHRD, ERRgeneral, NT_STATUS_IN_PAGE_ERROR}, {
|
||||
|
Reference in New Issue
Block a user