From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 13/25] cifs: implement i_op->atomic_open() and i_op->atomic_create() Date: Sat, 24 Mar 2012 10:22:12 -0400 Message-ID: <20120324142212.GD25980@infradead.org> References: <1331155362-11132-1-git-send-email-miklos@szeredi.hu> <1331155362-11132-14-git-send-email-miklos@szeredi.hu> <20120313120649.GB27171@infradead.org> <878vj48vsr.fsf@tucsk.pomaz.szeredi.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Christoph Hellwig , viro@ZenIV.linux.org.uk, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Trond.Myklebust@netapp.com, sfrench@samba.org, sage@newdream.net, ericvh@gmail.com To: Miklos Szeredi Return-path: Content-Disposition: inline In-Reply-To: <878vj48vsr.fsf@tucsk.pomaz.szeredi.hu> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Tue, Mar 13, 2012 at 02:39:16PM +0100, Miklos Szeredi wrote: > Apparently CIFS is the only one that can tell whether the file was > created or not. If the flag is set then notify_create() is called. > Users of NFS doesn't seem to care, it's of dubious value anyway, but why > not use the info when available? Given that *notify doesn't work correctly on non-local filesystes anyway I don't think it matters.