Re: [PATCH 03/14] VFS: Implement a filesystem superblock creation/configuration context [ver #6]

From: David Howells
Date: Tue Oct 10 2017 - 11:24:44 EST


Randy Dunlap <rdunlap@xxxxxxxxxxxxx> 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