aboutsummaryrefslogtreecommitdiffstats
path: root/config/kernel-proc-operations.m4
Commit message (Collapse)AuthorAgeFilesLines
* Linux 5.6 compat: struct proc_opsBrian Behlendorf2020-02-071-0/+41
The proc_ops structure was introduced to replace the use of of the file_operations structure when registering proc handlers. This change creates a new kstat_proc_op_t typedef for compatibility which can be used to pass around the correct structure. This change additionally adds the 'const' keyword to all of the existing proc operations structures. Reviewed-by: Tony Hutter <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #9961