Loading fs/xfs/xfs_sysctl.c +13 −13 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ static struct ctl_table_header *xfs_table_header; #ifdef CONFIG_PROC_FS STATIC int xfs_stats_clear_proc_handler( ctl_table *ctl, struct ctl_table *ctl, int write, void __user *buffer, size_t *lenp, Loading Loading @@ -55,7 +55,7 @@ xfs_stats_clear_proc_handler( STATIC int xfs_panic_mask_proc_handler( ctl_table *ctl, struct ctl_table *ctl, int write, void __user *buffer, size_t *lenp, Loading @@ -74,7 +74,7 @@ xfs_panic_mask_proc_handler( } #endif /* CONFIG_PROC_FS */ static ctl_table xfs_table[] = { static struct ctl_table xfs_table[] = { { .procname = "irix_sgid_inherit", .data = &xfs_params.sgid_inherit.val, Loading Loading @@ -227,7 +227,7 @@ static ctl_table xfs_table[] = { {} }; static ctl_table xfs_dir_table[] = { static struct ctl_table xfs_dir_table[] = { { .procname = "xfs", .mode = 0555, Loading @@ -236,7 +236,7 @@ static ctl_table xfs_dir_table[] = { {} }; static ctl_table xfs_root_table[] = { static struct ctl_table xfs_root_table[] = { { .procname = "fs", .mode = 0555, Loading Loading
fs/xfs/xfs_sysctl.c +13 −13 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ static struct ctl_table_header *xfs_table_header; #ifdef CONFIG_PROC_FS STATIC int xfs_stats_clear_proc_handler( ctl_table *ctl, struct ctl_table *ctl, int write, void __user *buffer, size_t *lenp, Loading Loading @@ -55,7 +55,7 @@ xfs_stats_clear_proc_handler( STATIC int xfs_panic_mask_proc_handler( ctl_table *ctl, struct ctl_table *ctl, int write, void __user *buffer, size_t *lenp, Loading @@ -74,7 +74,7 @@ xfs_panic_mask_proc_handler( } #endif /* CONFIG_PROC_FS */ static ctl_table xfs_table[] = { static struct ctl_table xfs_table[] = { { .procname = "irix_sgid_inherit", .data = &xfs_params.sgid_inherit.val, Loading Loading @@ -227,7 +227,7 @@ static ctl_table xfs_table[] = { {} }; static ctl_table xfs_dir_table[] = { static struct ctl_table xfs_dir_table[] = { { .procname = "xfs", .mode = 0555, Loading @@ -236,7 +236,7 @@ static ctl_table xfs_dir_table[] = { {} }; static ctl_table xfs_root_table[] = { static struct ctl_table xfs_root_table[] = { { .procname = "fs", .mode = 0555, Loading