Re: [RFC PATCH 17/20] famfs: Add module stuff

2024-02-27 Thread John Groves
On 24/02/26 01:47PM, Jonathan Cameron wrote: > On Fri, 23 Feb 2024 11:42:01 -0600 > John Groves wrote: > > > This commit introduces the module init and exit machinery for famfs. > > > > Signed-off-by: John Groves > I'd prefer to see this from the start with the functionality of the module > bui

Re: [RFC PATCH 17/20] famfs: Add module stuff

2024-02-26 Thread Jonathan Cameron
On Fri, 23 Feb 2024 11:42:01 -0600 John Groves wrote: > This commit introduces the module init and exit machinery for famfs. > > Signed-off-by: John Groves I'd prefer to see this from the start with the functionality of the module built up as you go + build logic in place. Makes it easy to spo