Re: [RFC][PATCH 0/9] VFS: Introduce mount context

From: Miklos Szeredi
Date: Mon May 08 2017 - 04:43:33 EST


On Mon, May 8, 2017 at 10:35 AM, David Howells <dhowells@xxxxxxxxxx> wrote:

>> Further, once you've created a superblock, what are you going to do with it
>> other than mount it? I suppose you could statfs it and we could add other
>> superblock manipulation functions, but this is normally done by opening the
>> device directly (at least for bdev-based superblocks).
>
> How about sb_context, sb_config, sb_parameters or something like that?

I'd vote for sb_config.

Thanks,
Miklos