From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932354AbdJJPYk convert rfc822-to-8bit (ORCPT ); Tue, 10 Oct 2017 11:24:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38726 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932193AbdJJPYi (ORCPT ); Tue, 10 Oct 2017 11:24:38 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 5DD85800AF Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=dhowells@redhat.com Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <27530b6a-7290-2171-899e-6c16c14f402e@infradead.org> References: <27530b6a-7290-2171-899e-6c16c14f402e@infradead.org> <150730494491.6182.5139368907374172391.stgit@warthog.procyon.org.uk> <150730496982.6182.10042997820796149075.stgit@warthog.procyon.org.uk> To: Randy Dunlap Cc: dhowells@redhat.com, viro@ZenIV.linux.org.uk, linux-fsdevel@vger.kernel.org, mszeredi@redhat.com, linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org, jlayton@redhat.com Subject: Re: [PATCH 03/14] VFS: Implement a filesystem superblock creation/configuration context [ver #6] MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Date: Tue, 10 Oct 2017 16:24:36 +0100 Message-ID: <13483.1507649076@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Tue, 10 Oct 2017 15:24:38 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Randy Dunlap wrote: > > + * generic_parse_monolithic - Parse key[=val][,key[=val]]* mount data > > + * @mc: The superblock configuration to fill in. > > function argument is &struct fs_context *ctx, not @mc Yeah, Miklós and Al kept changing their minds about what I was allowed to call this struct. David