Re: [RFC PATCH 4/8] vfs: Convert pstore to fs_context

From: Kees Cook
Date: Thu Mar 21 2019 - 13:35:25 EST


On Thu, Mar 21, 2019 at 10:03 AM David Howells <dhowells@xxxxxxxxxx> wrote:
>
> Kees Cook <keescook@xxxxxxxxxxxx> wrote:
>
> > Why the separation between parse and apply now? Is this due to the
> > reconfigure calls? (i.e. why not call pstore_set_kmsg_bytes() in
> > pstore_parse_param()?
>
> Because parameter parsing is now done up front, before the creation of the
> superblock of the invocation of the reconfigure method - so there's still a
> bunch of places that can error out before you know you're going to be
> successful in creating/reconfiguring the superblock.

Thanks! Makes sense. :)


--
Kees Cook