Re: [RFC PATCH 18/20] famfs: Support character dax via the dev_dax_iomap patch

2024-02-27 Thread John Groves
On 24/02/26 01:52PM, Jonathan Cameron wrote: > On Fri, 23 Feb 2024 11:42:02 -0600 > John Groves wrote: > > > This commit introduces the ability to open a character /dev/dax device > > instead of a block /dev/pmem device. This rests on the dev_dax_iomap > > patches earlier in this series. > > Not

Re: [RFC PATCH 18/20] famfs: Support character dax via the dev_dax_iomap patch

2024-02-26 Thread Jonathan Cameron
On Fri, 23 Feb 2024 11:42:02 -0600 John Groves wrote: > This commit introduces the ability to open a character /dev/dax device > instead of a block /dev/pmem device. This rests on the dev_dax_iomap > patches earlier in this series. Not sure the back reference is needed given it's in the series.

[RFC PATCH 18/20] famfs: Support character dax via the dev_dax_iomap patch

2024-02-23 Thread John Groves
This commit introduces the ability to open a character /dev/dax device instead of a block /dev/pmem device. This rests on the dev_dax_iomap patches earlier in this series. Signed-off-by: John Groves --- fs/famfs/famfs_inode.c | 97 +- 1 file changed, 87 in