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
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
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
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
>
>
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