From: Steve French Date: Mon, 18 Feb 2013 16:34:26 +0000 (-0600) Subject: POSIX extensions disabled on client due to illegal O_EXCL flag sent to Samba X-Git-Tag: v3.9-rc1~28^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07b92d0d570c903aeef4f3b76ebbdd728bc72805;p=pandora-kernel.git POSIX extensions disabled on client due to illegal O_EXCL flag sent to Samba Samba rejected libreoffice's attempt to open a file with illegal O_EXCL (without O_CREAT). Mask this flag off (as the local linux file system case does) for this case, so that we don't have disable Unix Extensions unnecessarily due to the Samba error (Samba server is also being fixed). See https://bugzilla.samba.org/show_bug.cgi?id=9519 Reviewed-by: Jeff Layton Signed-off-by: Steve French Signed-off-by: Steve French --- Reading git-diff-tree failed