Return-Path: linux-nfs-owner@vger.kernel.org Received: from lxorguk.ukuu.org.uk ([81.2.110.251]:56629 "EHLO lxorguk.ukuu.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422762Ab2LGQaI (ORCPT ); Fri, 7 Dec 2012 11:30:08 -0500 Date: Fri, 7 Dec 2012 16:34:58 +0000 From: Alan Cox To: Steve French Cc: Jeremy Allison , Pavel Shilovsky , linux-cifs@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, wine-devel@winehq.org, linux-nfs@vger.kernel.org Subject: Re: [PATCH 0/3] Add O_DENY* flags to fcntl and cifs Message-ID: <20121207163458.435f676a@pyramind.ukuu.org.uk> In-Reply-To: References: <1354818391-7968-1-git-send-email-piastry@etersoft.ru> <20121206194949.7ab20d56@pyramind.ukuu.org.uk> <20121206195752.GA18585@samba2> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-nfs-owner@vger.kernel.org List-ID: > I suspect that WINE would have the same need Tricky - Wine needs to enforce this behaviour solely between Wine and the file server, Trying to muck up non emulated local behaviour would be a bad mistake. One way perhaps to look at this is you want some tasks to be able to *opt in* to this behaviour. First however I think we need a much better description of the setup that uses them and why it matters.