linux/fs/xfs/xfs_sysctl.c

// SPDX-License-Identifier: GPL-2.0
/*
 * Copyright (c) 2001-2005 Silicon Graphics, Inc.
 * All Rights Reserved.
 */
#include "xfs.h"
#include "xfs_error.h"

static struct ctl_table_header *xfs_table_header;

#ifdef CONFIG_PROC_FS
STATIC int
xfs_stats_clear_proc_handler(
	const struct ctl_table	*ctl,
	int			write,
	void			*buffer,
	size_t			*lenp,
	loff_t			*ppos)
{}

STATIC int
xfs_panic_mask_proc_handler(
	const struct ctl_table	*ctl,
	int			write,
	void			*buffer,
	size_t			*lenp,
	loff_t			*ppos)
{}
#endif /* CONFIG_PROC_FS */

STATIC int
xfs_deprecated_dointvec_minmax(
	const struct ctl_table	*ctl,
	int			write,
	void			*buffer,
	size_t			*lenp,
	loff_t			*ppos)
{}

static struct ctl_table xfs_table[] =;

int
xfs_sysctl_register(void)
{}

void
xfs_sysctl_unregister(void)
{}