From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.9]:39069 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750901AbcEIHC4 (ORCPT ); Mon, 9 May 2016 03:02:56 -0400 Date: Mon, 9 May 2016 00:02:48 -0700 From: Christoph Hellwig To: Enke Chen Cc: Christoph Hellwig , Alexander Viro , Jeff Layton , "J. Bruce Fields" , Trond Myklebust , Anna Schumaker , linux-fsdevel@vger.kernel.org, linux-nfs@vger.kernel.org Subject: Re: [PATCH] VFS: pass the flag setting by fcntl() to vfs Message-ID: <20160509070248.GA24065@infradead.org> References: <20160508104038.GA13657@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: linux-nfs-owner@vger.kernel.org List-ID: On Sun, May 08, 2016 at 05:50:32PM -0700, Enke Chen wrote: > As explained in the email, currently the validation of the flags does reach > the vfs, but the setting does not. s/vfs/fs/, and yes, that's intentional. > We have an application that uses the FUSE > to implement a user-space socket, and the flags are needed. And that's not a supported use case.