Re: [RFC PATCH 08/20] famfs: Add famfs_internal.h

2024-02-27 Thread John Groves
On 24/02/27 10:28AM, Jonathan Cameron wrote: > On Mon, 26 Feb 2024 11:35:17 -0600 > John Groves wrote: > > > On 24/02/26 12:48PM, Jonathan Cameron wrote: > > > On Fri, 23 Feb 2024 11:41:52 -0600 > > > John Groves wrote: > > > > > > > Add the famfs_internal.h include file. This contains intern

Re: [RFC PATCH 08/20] famfs: Add famfs_internal.h

2024-02-27 Thread John Groves
On 24/02/27 02:38PM, Christian Brauner wrote: > On Fri, Feb 23, 2024 at 11:41:52AM -0600, John Groves wrote: > > Add the famfs_internal.h include file. This contains internal data > > structures such as the per-file metadata structure (famfs_file_meta) > > and extent formats. > > > > Signed-off-by

Re: [RFC PATCH 08/20] famfs: Add famfs_internal.h

2024-02-27 Thread Christian Brauner
On Fri, Feb 23, 2024 at 11:41:52AM -0600, John Groves wrote: > Add the famfs_internal.h include file. This contains internal data > structures such as the per-file metadata structure (famfs_file_meta) > and extent formats. > > Signed-off-by: John Groves > --- > fs/famfs/famfs_internal.h | 53 +++

Re: [RFC PATCH 08/20] famfs: Add famfs_internal.h

2024-02-27 Thread Jonathan Cameron
On Mon, 26 Feb 2024 11:35:17 -0600 John Groves wrote: > On 24/02/26 12:48PM, Jonathan Cameron wrote: > > On Fri, 23 Feb 2024 11:41:52 -0600 > > John Groves wrote: > > > > > Add the famfs_internal.h include file. This contains internal data > > > structures such as the per-file metadata struct

Re: [RFC PATCH 08/20] famfs: Add famfs_internal.h

2024-02-26 Thread John Groves
On 24/02/26 12:48PM, Jonathan Cameron wrote: > On Fri, 23 Feb 2024 11:41:52 -0600 > John Groves wrote: > > > Add the famfs_internal.h include file. This contains internal data > > structures such as the per-file metadata structure (famfs_file_meta) > > and extent formats. > > > > Signed-off-by:

Re: [RFC PATCH 08/20] famfs: Add famfs_internal.h

2024-02-26 Thread Jonathan Cameron
On Fri, 23 Feb 2024 11:41:52 -0600 John Groves wrote: > Add the famfs_internal.h include file. This contains internal data > structures such as the per-file metadata structure (famfs_file_meta) > and extent formats. > > Signed-off-by: John Groves Hi John, Build this up as you add the definitio

[RFC PATCH 08/20] famfs: Add famfs_internal.h

2024-02-23 Thread John Groves
Add the famfs_internal.h include file. This contains internal data structures such as the per-file metadata structure (famfs_file_meta) and extent formats. Signed-off-by: John Groves --- fs/famfs/famfs_internal.h | 53 +++ 1 file changed, 53 insertions(+) cre