Re: [RFC PATCH 15/20] famfs: Add ioctl to file_operations

2024-02-26 Thread Jonathan Cameron
On Fri, 23 Feb 2024 11:41:59 -0600 John Groves wrote: > This commit introduces the per-file ioctl function famfs_file_ioctl() > into struct file_operations, and introduces the famfs_file_init_dax() > function (which is called by famfs_file_ioct()) > > famfs_file_init_dax() associates a dax exten

[RFC PATCH 15/20] famfs: Add ioctl to file_operations

2024-02-23 Thread John Groves
This commit introduces the per-file ioctl function famfs_file_ioctl() into struct file_operations, and introduces the famfs_file_init_dax() function (which is called by famfs_file_ioct()) famfs_file_init_dax() associates a dax extent list with a file, making it into a proper famfs file. It is call