// SPDX-License-Identifier: GPL-2.0 /* * Sysctl operations for Coda filesystem * Original version: (C) 1996 P. Braam and M. Callahan * Rewritten for Linux 2.1. (C) 1997 Carnegie Mellon University * * Carnegie Mellon encourages users to contribute improvements to * the Coda project. Contact Peter Braam ([email protected]). */ #include <linux/sysctl.h> #include "coda_int.h" static struct ctl_table_header *fs_table_header; static struct ctl_table coda_table[] = …; void coda_sysctl_init(void) { … } void coda_sysctl_clean(void) { … }