Re: [RFC PATCH 09/20] famfs: Add super_operations

2024-02-27 Thread John Groves
On 24/02/26 12:51PM, Jonathan Cameron wrote: > On Fri, 23 Feb 2024 11:41:53 -0600 > John Groves wrote: > > + */ > > +static int famfs_show_options( > > + struct seq_file *m, > > + struct dentry *root) > Not that familiar with fs code, but this unusual kernel style. I'd go with > something m

Re: [RFC PATCH 09/20] famfs: Add super_operations

2024-02-27 Thread Jonathan Cameron
On Mon, 26 Feb 2024 15:47:53 -0600 John Groves wrote: > On 24/02/26 12:51PM, Jonathan Cameron wrote: > > On Fri, 23 Feb 2024 11:41:53 -0600 > > John Groves wrote: > > > > > Introduce the famfs superblock operations > > > > > > Signed-off-by: John Groves > > > --- > > > fs/famfs/famfs_inode

Re: [RFC PATCH 09/20] famfs: Add super_operations

2024-02-26 Thread John Groves
On 24/02/26 12:51PM, Jonathan Cameron wrote: > On Fri, 23 Feb 2024 11:41:53 -0600 > John Groves wrote: > > > Introduce the famfs superblock operations > > > > Signed-off-by: John Groves > > --- > > fs/famfs/famfs_inode.c | 72 ++ > > 1 file changed, 72 i

Re: [RFC PATCH 09/20] famfs: Add super_operations

2024-02-26 Thread Jonathan Cameron
On Fri, 23 Feb 2024 11:41:53 -0600 John Groves wrote: > Introduce the famfs superblock operations > > Signed-off-by: John Groves > --- > fs/famfs/famfs_inode.c | 72 ++ > 1 file changed, 72 insertions(+) > create mode 100644 fs/famfs/famfs_inode.c > >

[RFC PATCH 09/20] famfs: Add super_operations

2024-02-23 Thread John Groves
Introduce the famfs superblock operations Signed-off-by: John Groves --- fs/famfs/famfs_inode.c | 72 ++ 1 file changed, 72 insertions(+) create mode 100644 fs/famfs/famfs_inode.c diff --git a/fs/famfs/famfs_inode.c b/fs/famfs/famfs_inode.c new file mode