commit | 64cc2c63694a03393985ffc8b178e72f52dd8a06 | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Wed Mar 04 19:54:08 2009 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Thu Mar 12 01:36:21 2009 +0000 |
tree | 819161cd3f6b4268b5ff21dfb0c427496134fef5 | |
parent | 276a74a4835ad86d6da42f3a084b060afc5656e8 [diff] |
[CIFS] work around bug in Samba server handling for posix open Samba server (version 3.3.1 and earlier, and 3.2.8 and earlier) incorrectly required the O_CREAT flag on posix open (even when a file was not being created). This disables posix open (create is still ok) after the first attempt returns EINVAL (and logs an error, once, recommending that they update their server). Acked-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>