]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/cifs/connect.c
[CIFS] Add warning message when broken server fails SetFSInfo call
authorSteve French <sfrench@us.ibm.com>
Thu, 20 Sep 2007 15:16:24 +0000 (15:16 +0000)
committerSteve French <sfrench@us.ibm.com>
Thu, 20 Sep 2007 15:16:24 +0000 (15:16 +0000)
commit5a44b3190e3441986648ff664ef045685995324b
treea5cbcd1be201120bf31ecbc55806cc29086eb785
parentc45d707f67b82236fcf9ca2af31c264669368b9b
[CIFS] Add warning message when broken server fails SetFSInfo call

A reasonably common NAS server returns an error on the SetFSInfo of
the Unix capabilities. Log a message for this alerting the user
that the server may have problems with the Unix extensions,
and telling them what they can do to workaround it.

Unfortunately the server does not return other clues
that we could easily use to turn the Unix Extension support
off automatically in this case (since they claim to support it).

Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/connect.c