From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.133]:55714 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757091AbeFSOY0 (ORCPT ); Tue, 19 Jun 2018 10:24:26 -0400 Date: Tue, 19 Jun 2018 07:24:21 -0700 From: Christoph Hellwig To: Miklos Szeredi Cc: Christoph Hellwig , Al Viro , Miklos Szeredi , overlayfs , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 07/39] vfs: export vfs_ioctl() to modules Message-ID: <20180619142421.GA16151@infradead.org> References: <20180529144339.16538-1-mszeredi@redhat.com> <20180529144339.16538-8-mszeredi@redhat.com> <20180604084904.GF11333@infradead.org> <20180610045657.GM30522@ZenIV.linux.org.uk> <20180611162412.GA7574@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, Jun 19, 2018 at 04:04:41PM +0200, Miklos Szeredi wrote: > FS_IOC* > > Haven't looked deeply. For now overlayfs just implements > FS_IOC_{GET|SET}FLAGS because some of these flags are quite generic > and implementing them on the overlay is easy. > > Yes, turning into a method makes sense. Do you want to do this or should I send a patch?