From: Steve French Date: Wed, 4 Mar 2009 19:54:08 +0000 (+0000) Subject: [CIFS] work around bug in Samba server handling for posix open X-Git-Tag: v2.6.30-rc1~666^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64cc2c63694a03393985ffc8b178e72f52dd8a06;p=pandora-kernel.git [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 Signed-off-by: Steve French --- Reading git-diff-tree failed