Skip to content

Commit be21a73

Browse files
committed
Merge tag 'sysctl-fixes-v2-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
Pull another sysctl fix from Luis Chamberlain: "Just one minor nit I forgot to merge" * tag 'sysctl-fixes-v2-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux: sysctl: set variable sysctl_mount_point storage-class-specifier to static
2 parents 170ab6c + 7fffbc7 commit be21a73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/proc/proc_sysctl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ static const struct file_operations proc_sys_dir_file_operations;
2929
static const struct inode_operations proc_sys_dir_operations;
3030

3131
/* Support for permanently empty directories */
32-
struct ctl_table sysctl_mount_point[] = {
32+
static struct ctl_table sysctl_mount_point[] = {
3333
{.type = SYSCTL_TABLE_TYPE_PERMANENTLY_EMPTY }
3434
};
3535

0 commit comments

Comments
 (0)