X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Flinux%2Fsysctl.h;h=f166ca0203e253749349185e44666d310ddcd70d;hb=13bcc6a2853435bb5dad368bcbaa9d2a5b9c0ac4;hp=697e160c78d0d7afd65dcf9ea07afaccd431669c;hpb=29b4817d4018df78086157ea3a55c1d9424a7cfc;p=mirror_ubuntu-eoan-kernel.git diff --git a/include/linux/sysctl.h b/include/linux/sysctl.h index 697e160c78d0..f166ca0203e2 100644 --- a/include/linux/sysctl.h +++ b/include/linux/sysctl.h @@ -155,8 +155,7 @@ struct ctl_table_set { struct ctl_table_root { struct ctl_table_set default_set; - struct ctl_table_set *(*lookup)(struct ctl_table_root *root, - struct nsproxy *namespaces); + struct ctl_table_set *(*lookup)(struct ctl_table_root *root); int (*permissions)(struct ctl_table_header *head, struct ctl_table *table); };