On 24/05/02 07:29PM, Al Viro wrote: > 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.) Got it - thanks! John