On Mon, Apr 29, 2024 at 12:04:26PM -0500, John Groves wrote: > +const struct file_operations famfs_file_operations = { > + .owner = THIS_MODULE, Not needed, unless you are planning something really weird (using it for misc device, etc.)
On Mon, Apr 29, 2024 at 12:04:26PM -0500, John Groves wrote: > +const struct file_operations famfs_file_operations = { > + .owner = THIS_MODULE, Not needed, unless you are planning something really weird (using it for misc device, etc.)